Create Java project with Maven archetype antlr4-maven-archetype

ANTLR v4 Maven Archetype

Create a Java Project by archetype antlr4-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgrammarName="My-grammarName"   -DfileExtension="My-fileExtension"   -DarchetypeGroupId="com.hiskasoft.maven"   -DarchetypeArtifactId="antlr4-maven-archetype"   -DarchetypeVersion="0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

grammarName
validationRegex: none
fileExtension
validationRegex: none

Details about maven archetype antlr4-maven-archetype

License

License

GroupId

GroupId

com.hiskasoft.maven
ArtifactId

ArtifactId

antlr4-maven-archetype
Version

Version

0.1
Type

Type

maven-archetype
Description

Description

antlr4-maven-archetype
ANTLR v4 Maven Archetype
Project URL

Project URL

https://github.com/hiskasoft/antlr4-archetype
Source Code Management

Source Code Management

http://github.com/hiskasoft/antlr4-archetype/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.hiskasoft.maven -DarchetypeArtifactId=antlr4-maven-archetype -DarchetypeVersion=0.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.