Create Java project with Maven archetype simpleweb4j-archetype

An archetype for SimpleWeb4j.

Create a Java Project by archetype simpleweb4j-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DclassName="My-className"   -DwithHibernate="My-withHibernate"   -DarchetypeGroupId="fr.ybonnel"   -DarchetypeArtifactId="simpleweb4j-archetype"   -DarchetypeVersion="0.0.4"   -DinteractiveMode=false 

Required parameters for generate java project:

className
validationRegex: none
withHibernate
validationRegex: none

Details about maven archetype simpleweb4j-archetype

License

License

GroupId

GroupId

fr.ybonnel
ArtifactId

ArtifactId

simpleweb4j-archetype
Version

Version

0.0.4
Type

Type

maven-archetype
Description

Description

SimpleWeb4j-archetype
An archetype for SimpleWeb4j.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=fr.ybonnel -DarchetypeArtifactId=simpleweb4j-archetype -DarchetypeVersion=0.0.4 -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.