mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="uk.ac.gate" -DarchetypeArtifactId="gate-plugin-archetype" -DarchetypeVersion="8.5.1" -DinteractiveMode=false
GroupId | GroupIduk.ac.gate |
---|---|
ArtifactId | ArtifactIdgate-plugin-archetype |
Version | Version8.5.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=uk.ac.gate -DarchetypeArtifactId=gate-plugin-archetype -DarchetypeVersion=8.5.1 -DinteractiveMode=false