mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.jboss.archetype.forge" -DarchetypeArtifactId="jboss-forge-html5-archetype" -DarchetypeVersion="1.0.0.Final" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdorg.jboss.archetype.forge |
| ArtifactId | ArtifactIdjboss-forge-html5-archetype |
| Version | Version1.0.0.Final |
| Type | Typemaven-archetype |
| Description |
Descriptionjboss-forge-html5-archetype
An archetype that contains pre-requisites for demonstrating the use of JBoss Forge. The end-user will be instructed on how to scaffold a new application based on a pre-existing JPA entity. Refer to the embedded Eclipse cheatsheet for additional details.
|
| Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.jboss.archetype.forge -DarchetypeArtifactId=jboss-forge-html5-archetype -DarchetypeVersion=1.0.0.Final -DinteractiveMode=false