Skip to content

Instantly share code, notes, and snippets.

@mmacphail
Created August 1, 2017 21:34
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 mmacphail/7d4af2799530b8ea08574228923b8ddc to your computer and use it in GitHub Desktop.
Save mmacphail/7d4af2799530b8ea08574228923b8ddc to your computer and use it in GitHub Desktop.
Install Universal Messaging clients jars in maven local repository
mvn install:install-file -Dfile=nClient.jar -DgroupId=com.softwareag -DartifactId=nClient -Dversion=9.12 -Dpackaging=jar
mvn install:install-file -Dfile=nJMS.jar -DgroupId=com.softwareag -DartifactId=nJMS -Dversion=9.12 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment