mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DartifactId="My-artifactId" -DgroupId="My-groupId" -Dpackage="My-package" -Dversion="My-version" -DprojectDescription="My-projectDescription" -DprojectUrl="My-projectUrl" -DlicenseName="My-licenseName" -DlicenseUrl="My-licenseUrl" -DorganizationName="My-organizationName" -DorganizationUrl="My-organizationUrl" -DscmUrl="My-scmUrl" -DbugTrackerUrl="My-bugTrackerUrl" -DbuildSystemUrl="My-buildSystemUrl" -DarchetypeGroupId="tech.raaf" -DarchetypeArtifactId="java8-archetype" -DarchetypeVersion="1.0.0" -DinteractiveMode=false
License |
License
MIT
|
---|---|
GroupId | GroupIdtech.raaf |
ArtifactId | ArtifactIdjava8-archetype |
Version | Version1.0.0 |
Type | Typemaven-archetype |
Description |
Descriptionjava8-archetype
An example Maven project using Java 8 and JUnit 5.x
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=tech.raaf -DarchetypeArtifactId=java8-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false