Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iterable/maven-repo
maven-repo
https://github.com/iterable/maven-repo
Last synced: 3 days ago
JSON representation
maven-repo
- Host: GitHub
- URL: https://github.com/iterable/maven-repo
- Owner: Iterable
- Created: 2018-06-12T22:13:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T22:56:40.000Z (over 6 years ago)
- Last Synced: 2024-11-24T11:12:03.461Z (2 months ago)
- Size: 784 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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