Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frankmanzhu/ea8f0defbb9794fb742c39c278126af2 to your computer and use it in GitHub Desktop.
Save frankmanzhu/ea8f0defbb9794fb742c39c278126af2 to your computer and use it in GitHub Desktop.
Install custom jar into maven repo
mvn install:install-file -DgroupId=com.citrix -DartifactId=xenserver -Dversion=7.2.0 -Dpackaging=jar -Dfile=D:\Playground\XenServer-SDK\XenServerJava\bin\xenserver-7.2.0.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment