Create Java project with Maven archetype simple-project-site-archetype-1

NorthernWind Site Archetypes

Create a Java Project by archetype simple-project-site-archetype-1 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DsiteName="My-siteName"   -DsiteUrl="My-siteUrl"   -Dauthor="My-author"   -DcopyrightHolder="My-copyrightHolder"   -DaddthisPubid="My-addthisPubid"   -DgoogleSiteVerification="My-googleSiteVerification"   -DgoogleAnalyticsId="My-googleAnalyticsId"   -DcreationTime="My-creationTime"   -DohlohId="My-ohlohId"   -DarchetypeGroupId="it.tidalwave.northernwind"   -DarchetypeArtifactId="simple-project-site-archetype-1"   -DarchetypeVersion="1.10"   -DinteractiveMode=false 

Required parameters for generate java project:

siteName
validationRegex: none
siteUrl
validationRegex: none
author
validationRegex: none
copyrightHolder
validationRegex: none
addthisPubid
validationRegex: none
googleSiteVerification
validationRegex: none
googleAnalyticsId
validationRegex: none
creationTime
validationRegex: none
ohlohId
validationRegex: none

Details about maven archetype simple-project-site-archetype-1

License

License

GroupId

GroupId

it.tidalwave.northernwind
ArtifactId

ArtifactId

simple-project-site-archetype-1
Version

Version

1.10
Type

Type

maven-archetype
Description

Description

NorthernWind Site Archetypes - Simple Project Site 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-project-site-archetype-1 -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.