Create Java project with Maven archetype java-ee-kickoff-app-archetype

Java EE 8 kickoff app template. A minimal runnable Java EE 8 web application with login and an embedded DB

Create a Java Project by archetype java-ee-kickoff-app-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprojectURL="My-projectURL"   -DapplicationName="My-applicationName"   -DscmURL="My-scmURL"   -DarchetypeGroupId="org.omnifaces"   -DarchetypeArtifactId="java-ee-kickoff-app-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

projectURL
validationRegex: none
applicationName
validationRegex: none
scmURL
validationRegex: none

Details about maven archetype java-ee-kickoff-app-archetype

License

License

GroupId

GroupId

org.omnifaces
ArtifactId

ArtifactId

java-ee-kickoff-app-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

java-ee-8-kickoff-app-archetype
Java EE 8 kickoff app template. A minimal runnable Java EE 8 web application with login and an embedded DB
Project URL

Project URL

https://github.com/javaeekickoff/java-ee-8-kickoff-app-archetype
Project Organization

Project Organization

OmniFaces
Source Code Management

Source Code Management

https://github.com/javaeekickoff/java-ee-8-kickoff-app-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.omnifaces -DarchetypeArtifactId=java-ee-kickoff-app-archetype -DarchetypeVersion=1.0 -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.