mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DwebContextPath="My-webContextPath" -DarchetypeGroupId="org.ops4j.pax.web.archetypes" -DarchetypeArtifactId="wab-gwt-archetype" -DarchetypeVersion="6.1.0" -DinteractiveMode=false
GroupId | GroupIdorg.ops4j.pax.web.archetypes |
---|---|
ArtifactId | ArtifactIdwab-gwt-archetype |
Version | Version6.1.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.ops4j.pax.web.archetypes -DarchetypeArtifactId=wab-gwt-archetype -DarchetypeVersion=6.1.0 -DinteractiveMode=false