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.2"   -DinteractiveMode=false 

Details about maven archetype portletunit-portlet-archetype

License

License

GroupId

GroupId

net.sf.portletunit
ArtifactId

ArtifactId

portletunit-portlet-archetype
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

portletunit-portlet-archetype
An archetype that creates a simple porltet with unit tests.
Project URL

Project URL

http://portletunit.sf.net/archetypes/portlet
Source Code Management

Source Code Management

http://portletunit.cvs.sourceforge.net/viewvc/portletunit/portletunit2/archetypes/portlet/

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.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.