Skip to content

Instantly share code, notes, and snippets.

@ghusta
Last active October 18, 2016 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghusta/45413082e652bb581413fd7eaeeac499 to your computer and use it in GitHub Desktop.
Save ghusta/45413082e652bb581413fd7eaeeac499 to your computer and use it in GitHub Desktop.
Maven : Installing Secondary Artifacts (jar, sources, javadoc)
mvn install:install-file -Dfile=my-sources.jar -DgroupId=commons-dbcp -DartifactId=commons-dbcp -Dversion=1.2 -Dpackaging=jar -Dclassifier=sources
@ghusta
Copy link
Author

ghusta commented Oct 18, 2016

Cf. Maven Install Plugin doc : Installing Secondary Artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment