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
GroupId | GroupIdnet.sf.portletunit |
---|---|
ArtifactId | ArtifactIdportletunit-portlet-archetype |
Version | Version1.0.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.sf.portletunit -DarchetypeArtifactId=portletunit-portlet-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false