https://github.com/lossurdo/local-repo-importer
Import JAR files into a maven local project repository
https://github.com/lossurdo/local-repo-importer
Last synced: 3 months ago
JSON representation
Import JAR files into a maven local project repository
- Host: GitHub
- URL: https://github.com/lossurdo/local-repo-importer
- Owner: lossurdo
- License: mit
- Created: 2013-11-14T18:37:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T11:34:14.000Z (over 1 year ago)
- Last Synced: 2025-01-17T07:30:43.382Z (5 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# local-repo-importer
Import JAR files into a maven local project repository.
*Sometimes a maven local repo is necessary! ;)*
## How to configure:
Edit `config.properties` project file changing Maven directory path:
```txt
# windows configuration (example)
#full.path.mvn.file=C:\\apache-maven-3.1.0\\bin\\mvn.bat# mac osx / linux configuration (example)
full.path.mvn.file=/full/path/to/apache-maven-3.0.4/bin/mvn
```Hope you enjoy!