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

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

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!