mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DprClass="My-prClass" -DprName="My-prName" -DprComment="My-prComment" -DarchetypeGroupId="uk.ac.gate" -DarchetypeArtifactId="gate-pr-archetype" -DarchetypeVersion="9.0.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgate-pr-archetype |
Version | Version9.0.1 |
Type | Typemaven-archetype |
Description |
DescriptionGATE Plugin with PR Archetype
Maven archetype to create a new GATE plugin project including a sample PR class (an empty LanguageAnalyser).
|
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=uk.ac.gate -DarchetypeArtifactId=gate-pr-archetype -DarchetypeVersion=9.0.1 -DinteractiveMode=false