Skip to content

Commit

Permalink
Added distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
rrialq committed Sep 3, 2015
1 parent a262be4 commit 1f15b23
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<snapshotRepository>
<id>localhost</id>
<url>http://localhost:8081/nexus/content/repositories/coutemeier-maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>localhost</id>
<url>http://localhost:8081/nexus/content/repositories/coutemeier-maven-releases/</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -107,10 +118,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.6</source>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -171,7 +184,6 @@
<maven.compat.version>3.3.3</maven.compat.version>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<maven.deploy.skip>true</maven.deploy.skip>
<license.licenseName>apache_v2</license.licenseName>
</properties>
</project>

0 comments on commit 1f15b23

Please sign in to comment.