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" -DarchetypeGroupId="edu.byu.hbll" -DarchetypeArtifactId="java-ee-project" -DarchetypeVersion="1.5.3" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdedu.byu.hbll |
| ArtifactId | ArtifactIdjava-ee-project |
| Version | Version1.5.3 |
| Type | Typemaven-archetype |
| Description |
DescriptionJava EE Application Archetype
Maven archetype for Java EE applications
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.byu.hbll -DarchetypeArtifactId=java-ee-project -DarchetypeVersion=1.5.3 -DinteractiveMode=false
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.13.0 |