Create Java project with Maven archetype ee-archetype

Maven archetype for Java EE applications

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DcontextRoot="My-contextRoot"   -Drepository="My-repository"   -Ddescription="My-description"   -DfailOnMissingConfig="My-failOnMissingConfig"   -DarchetypeGroupId="edu.byu.hbll.maven"   -DarchetypeArtifactId="ee-archetype"   -DarchetypeVersion="2.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none
contextRoot
validationRegex: none
repository
validationRegex: none
description
validationRegex: none
failOnMissingConfig
validationRegex: ^(true|false)$

Details about maven archetype ee-archetype

License

License

GroupId

GroupId

edu.byu.hbll.maven
ArtifactId

ArtifactId

ee-archetype
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

Java EE Application Archetype
Maven archetype for Java EE applications

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.byu.hbll.maven -DarchetypeArtifactId=ee-archetype -DarchetypeVersion=2.0.0 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.22.0

Project Modules

There are no modules declared in this project.