mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dversion="My-version" -DprojectName="My-projectName" -DorganizationName="My-organizationName" -DcopyrightStartYear="My-copyrightStartYear" -DintellijCodeStyleUrl="My-intellijCodeStyleUrl" -DintellijInspectionProfileUrl="My-intellijInspectionProfileUrl" -DarchetypeGroupId="com.github.gantsign.maven.archetypes" -DarchetypeArtifactId="java-library-maven-archetype" -DarchetypeVersion="4.3.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.github.gantsign.maven.archetypes |
ArtifactId | ArtifactIdjava-library-maven-archetype |
Version | Version4.3.0 |
Type | Typemaven-archetype |
Description |
DescriptionJava Library Maven Archetype
Maven archetype for building Java libraries
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.gantsign.maven.archetypes -DarchetypeArtifactId=java-library-maven-archetype -DarchetypeVersion=4.3.0 -DinteractiveMode=false