Skip to content

Instantly share code, notes, and snippets.

@wrpinheiro
Last active December 17, 2015 11:19
Show Gist options
  • Save wrpinheiro/5601100 to your computer and use it in GitHub Desktop.
Save wrpinheiro/5601100 to your computer and use it in GitHub Desktop.
Maven pom settings to integrate with Artifactory
<distributionManagement>
<repository>
<id>artifactory</id>
<name>artifactory-releases</name>
<url>http://localhost:8081/artifactory/libs-release-local</url>
</repository>
</distributionManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment