https://github.com/bvolpato/brunocvcunha-oss-java-archetype
Personal OSS Java Archetype
https://github.com/bvolpato/brunocvcunha-oss-java-archetype
java maven maven-archetype
Last synced: about 1 month ago
JSON representation
Personal OSS Java Archetype
- Host: GitHub
- URL: https://github.com/bvolpato/brunocvcunha-oss-java-archetype
- Owner: bvolpato
- License: unlicense
- Created: 2017-01-06T23:37:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T08:08:52.000Z (about 8 years ago)
- Last Synced: 2025-01-26T01:41:30.874Z (3 months ago)
- Topics: java, maven, maven-archetype
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bruno's OSS Java Archetype
Quick way to start hacking! :)
```ssh
mvn archetype:generate -DarchetypeGroupId=org.brunocvcunha \
-DarchetypeArtifactId=brunocvcunha-oss-java-archetype \
-DarchetypeVersion=1.0-SNAPSHOT \
-DgroupId=org.brunocvcunha.projectname \
-DartifactId=projectname \
-Dversion=1.0-SNAPSHOT \
-DuseLombok=true \
-DuseJsoup=true \
-DuseGhostMe=true \
-DuseInutils=true \
-DuseSelenium=true
```