Skip to content

Commit

Permalink
now that we have a repository manager, allowing snapshot deployments …
Browse files Browse the repository at this point in the history
…for convenience
  • Loading branch information
kohsuke committed May 8, 2011
1 parent 0830deb commit 7b83c33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url>
</repository>
<snapshotRepository>
<!-- prevent accidental deployment of SNAPSHOTS to repository -->
<id>local-repo</id>
<!-- M3 says: "'distributionManagement.snapshotRepository.id' must not be 'local', this identifier is reserved." -->
<url>file:.</url>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 7b83c33

Please sign in to comment.