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

https://github.com/unionj-cloud/unionj-java-archetype


https://github.com/unionj-cloud/unionj-java-archetype

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### Usage
```shell
git clone git@github.com:unionj-cloud/unionj-java-archetype.git

mvn clean install

mvn archetype:generate \
-DarchetypeGroupId=cloud.unionj \
-DarchetypeArtifactId=unionj-java-archetype \
-DarchetypeVersion=0.0.1-SNAPSHOT \
-DinteractiveMode=false \
\
-DgroupId=yourgroupid \
-DartifactId=yourartifactid \
-Dversion=yourversion \
-Dpackage=yourpackage
```