Create Java project with Maven archetype portletunit-portlet-archetype

An archetype that creates a simple porltet with unit tests.

Create a Java Project by archetype portletunit-portlet-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.sf.portletunit"   -DarchetypeArtifactId="portletunit-portlet-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Details about maven archetype portletunit-portlet-archetype

GroupId

GroupId

net.sf.portletunit
ArtifactId

ArtifactId

portletunit-portlet-archetype
Version

Version

1.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.portletunit -DarchetypeArtifactId=portletunit-portlet-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false