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

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

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
```