Create Java project with Maven archetype ljug-quickstart-archetype

The maven quickstart archetype adapted for the error with surfire

Create a Java Project by archetype ljug-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.cofares.ljug"   -DarchetypeArtifactId="ljug-quickstart-archetype"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Details about maven archetype ljug-quickstart-archetype

License

License

GroupId

GroupId

net.cofares.ljug
ArtifactId

ArtifactId

ljug-quickstart-archetype
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

ljug-quickstart-archetype
The maven quickstart archetype adapted for the error with surfire
Project URL

Project URL

http://java.cofares.net/
Source Code Management

Source Code Management

https://github.com/ljug/java-tutorials/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.cofares.ljug -DarchetypeArtifactId=ljug-quickstart-archetype -DarchetypeVersion=1.2 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.