Created
August 30, 2016 14:01
-
-
Save mnadeem/576ecf443079fa468a2aec6e6c268aec to your computer and use it in GitHub Desktop.
Maven distributed Management Section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<distributionManagement> | |
<snapshotRepository> | |
<id>ossrh</id> | |
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | |
</snapshotRepository> | |
<repository> | |
<id>ossrh</id> | |
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | |
</repository> | |
</distributionManagement> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment