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
- Host: GitHub
- URL: https://github.com/borud/proto
- Owner: borud
- Created: 2015-05-31T20:02:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T17:15:37.000Z (over 10 years ago)
- Last Synced: 2025-02-24T10:43:52.036Z (over 1 year ago)
- Language: Java
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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