mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgrammarName="My-grammarName" -DfileExtension="My-fileExtension" -DarchetypeGroupId="com.hiskasoft.antlr4" -DarchetypeArtifactId="antlr4-archetype" -DarchetypeVersion="0.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.hiskasoft.antlr4 |
ArtifactId | ArtifactIdantlr4-archetype |
Version | Version0.1 |
Type | Typemaven-archetype |
Description |
Descriptionantlr4-archetype
Create custom lang with ANTLR v4
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.hiskasoft.antlr4 -DarchetypeArtifactId=antlr4-archetype -DarchetypeVersion=0.1 -DinteractiveMode=false