8R-Basic-Archetype

What is it?

An basic Maven Archetype for standalone application or libraries.

Using Basic Archetype

Use example:

cd /path/to/your/workspace

mvn archetype:generate \
-DgroupId=com.example \
-DartifactId=my-artifact \
-Dversion=0.0.1-SNAPSHOT \
-DarchetypeGroupId=com.infinityrefactoring \
-DarchetypeArtifactId=8R-basic-archetype \
-DarchetypeVersion=1.0 \
-DinteractiveMode=false

Note:

Licensing

8R-Basic-Archetype is provided and distributed under the Apache Software License 2.0.

Refer to LICENSE for more information.