Skip to content

Instantly share code, notes, and snippets.

@eduardocl
Created May 7, 2018 16:28
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 eduardocl/4d72f205169e87f33f899e6b7f210067 to your computer and use it in GitHub Desktop.
Save eduardocl/4d72f205169e87f33f899e6b7f210067 to your computer and use it in GitHub Desktop.
mvn install:install-file -Dfile=./lib/axis.jar -DgroupId=local-deps -DartifactId=axis -Dversion=local -Dpackaging=jar -DlocalRepositoryPath=./lib/repo
mvn install:install-file -Dfile=./lib/commons-logging-1.0.2.jar -DgroupId=local-deps -DartifactId=commons-logging -Dversion=local -Dpackaging=jar -DlocalRepositoryPath=./lib/repo
mvn install:install-file -Dfile=./lib/ejb3-persistence.jar -DgroupId=local-deps -DartifactId=ejb3-persistence -Dversion=local -Dpackaging=jar -DlocalRepositoryPath=./lib/repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment