Create Java project with Maven archetype jboss-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.

Create a Java Project by archetype jboss-forge-html5-archetype with Command Line:

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 

Details about maven archetype jboss-forge-html5-archetype

License

License

GroupId

GroupId

org.jboss.archetype.forge
ArtifactId

ArtifactId

jboss-forge-html5-archetype
Version

Version

1.0.0.Final
Type

Type

maven-archetype
Description

Description

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

JBoss by Red Hat

How to add to project

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

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.