Skip to content

Commit

Permalink
Add SCM info
Browse files Browse the repository at this point in the history
Add ats.nexus profile
  • Loading branch information
cescoffier committed Dec 26, 2010
1 parent 332a980 commit 10f7535
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pom.xml
Expand Up @@ -138,15 +138,42 @@
</reportSet>
</reportSets>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.6</version>
</plugin>
</plugins>
</reporting>

<scm>
<connection>scm:git:git@github.com:akquinet/jquery-toastmessage-plugin.git</connection>
<url>git@github.com:akquinet/jquery-toastmessage-plugin.git</url>
<developerConnection>scm:git:git@github.com:akquinet/jquery-toastmessage-plugin.git</developerConnection>
</scm>

<profiles>
<profile>
<!-- When enabled, this profile override the Sonatype distribution management -->
<id>ats.nexus</id>
<distributionManagement>
<repository>
<id>${repo.releases.id}</id>
<name>${repo.releases.name}</name>
<url>${repo.releases.url}</url>
<uniqueVersion>false</uniqueVersion>
</repository>

<snapshotRepository>
<id>${repo.snapshots.id}</id>
<name>${repo.snapshots.name}</name>
<url>${repo.snapshots.url}</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
</profile>

<profile>
<id>release</id>
<build>
Expand Down

0 comments on commit 10f7535

Please sign in to comment.