Skip to content

Commit

Permalink
Deploy to sonatype.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Apr 26, 2016
1 parent ae4d50d commit 2d49307
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,16 @@
</scm>

<distributionManagement>
<site>
<id>website.fusesource.org</id>
<name>website</name>
<url>dav:http://fusesource.com/forge/dav/${forge-project-id}/maven/${project.version}</url>
</site>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Staging Repository</name>
<url> https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<developers>
Expand Down

0 comments on commit 2d49307

Please sign in to comment.