Create Java project with Maven archetype simple-site1-step1-archetype

NorthernWind Site Archetypes

Create a Java Project by archetype simple-site1-step1-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -DcreationDate="My-creationDate"   -DarchetypeGroupId="it.tidalwave.northernwind"   -DarchetypeArtifactId="simple-site1-step1-archetype"   -DarchetypeVersion="1.10"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
creationDate
validationRegex: none

Details about maven archetype simple-site1-step1-archetype

License

License

GroupId

GroupId

it.tidalwave.northernwind
ArtifactId

ArtifactId

simple-site1-step1-archetype
Version

Version

1.10
Type

Type

maven-archetype
Description

Description

NorthernWind Site Archetypes - Simple Site 1, step 1
NorthernWind Site Archetypes
Project Organization

Project Organization

Tidalwave s.a.s. (http://tidalwave.it)

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=it.tidalwave.northernwind -DarchetypeArtifactId=simple-site1-step1-archetype -DarchetypeVersion=1.10 -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.