Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iterable/maven-repo

maven-repo
https://github.com/iterable/maven-repo

Last synced: 3 days ago
JSON representation

maven-repo

Awesome Lists containing this project

README

        

# How to install a new jar

Example for handlebars.java library:

mvn install:install-file -DgroupId=com.github.jknack -DartifactId=handlebars -Dversion=4.1.0-SNAPSHOT -Dfile=/path/to/jar/handlebars-4.1.0-SNAPSHOT.jar -Dpackaging=jar -DgeneratePom=true -DlocalRepositoryPath=. -DcreateChecksum=true

Add all the files generated to git. You may need to git add -f .jar