/maven-quickstart-archetype

Similar to the one from apache but using TestNG and other default libraries that I prefer.

Primary LanguageJava

# To create archetype first cd to project root and then
mvn clean archetype:create-from-project

# To install archetype into local maven repository
cd target/generated-sources/archetype
mvn install