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

https://github.com/borud/proto

My default maven archetype
https://github.com/borud/proto

Last synced: about 2 months ago
JSON representation

My default maven archetype

Awesome Lists containing this project

README

          

# My default Maven archetype

This is just a default Maven archetype I use that has a few useful
dependencies. Use at your own risk. The maven repository where this archetype
resides is: `https://raw.githubusercontent.com/borud/repository/mvn-repo/`

# Usage

mvn archetype:generate \
-DarchetypeRepository=https://raw.githubusercontent.com/borud/repository/mvn-repo/ \
-DarchetypeGroupId=org.borud \
-DarchetypeArtifactId=proto \
-DarchetypeVersion=1.1.2

# References

- http://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github