Skip to content

Instantly share code, notes, and snippets.

@xola139
Created January 22, 2018 17:30
Show Gist options
  • Select an option

  • Save xola139/18bdbb4779922e461acad58a0f504ea2 to your computer and use it in GitHub Desktop.

Select an option

Save xola139/18bdbb4779922e461acad58a0f504ea2 to your computer and use it in GitHub Desktop.
Comand install .jar in M2
mvn install:install-file -Dfile=path.jar -DgroupId=com.ccm -DartifactId=name.jar -Dversion=1.0 -Dpackaging=jar
where
name.jar = only name .jar
path.jar = is rute where is file .jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment