https://github.com/junkdog/local-artificer
Downloads jars and installs them into the local maven repository.
https://github.com/junkdog/local-artificer
Last synced: 6 months ago
JSON representation
Downloads jars and installs them into the local maven repository.
- Host: GitHub
- URL: https://github.com/junkdog/local-artificer
- Owner: junkdog
- License: apache-2.0
- Created: 2013-03-20T08:16:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T11:27:39.000Z (about 13 years ago)
- Last Synced: 2025-10-11T21:57:46.410Z (10 months ago)
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
I got tired of manually installing dependencies not found in maven repositories. This downloads the zips/jars
from the interwebs and installs them into the local repository.
## Usage
```
mvn -P install
```
See main [pom](https://github.com/junkdog/local-artificer/blob/master/pom.xml) for available profiles.