Skip to content

The different Java-based archetypes with useful dependencies and plugins.

Notifications You must be signed in to change notification settings

xxlabaza/archetypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The different Java-based archetypes with useful dependencies and plugins.

Usage

Install all archetypes:

$> ./install.sh
...

Test the installed archetypes:

$> ./test.sh
...

Two previous commands in one:

$> ./update.sh
...

Pure Java archetype

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

Spring Boot archetype

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

Spring Cloud archetype

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

About

The different Java-based archetypes with useful dependencies and plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published