The different Java-based archetypes with useful dependencies and plugins.
Install all archetypes:
$> ./install.sh
...
Test the installed archetypes:
$> ./test.sh
...
Two previous commands in one:
$> ./update.sh
...
Fish shell function:
$> jpure -a popa
...
Bash shell script:
$> ~/.m2/bin/jpure.sh -a popa
...
Canonical Maven way:
$> mvn archetype:generate \
-DarchetypeGroupId=com.xxlabaza.archetypes \
-DarchetypeArtifactId=pure \
-DarchetypeVersion=1.0.0 \
-DartifactId=popa
...
Fish shell function:
$> jboot -a popa
...
Bash shell script:
$> ~/.m2/bin/jboot.sh -a popa
...
Canonical Maven way:
$> mvn archetype:generate \
-DarchetypeGroupId=com.xxlabaza.archetypes \
-DarchetypeArtifactId=spring-boot \
-DarchetypeVersion=1.0.0 \
-DartifactId=popa
...
Fish shell function:
$> jcloud -a popa
...
Bash shell script:
$> ~/.m2/bin/jcloud.sh -a popa
...
Canonical Maven way:
$> mvn archetype:generate \
-DarchetypeGroupId=com.xxlabaza.archetypes \
-DarchetypeArtifactId=spring-cloud \
-DarchetypeVersion=1.0.0 \
-DartifactId=popa
...