Create Java project with Maven archetype antlr3-maven-archetype

ANTLR 3 Maven Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.antlr"   -DarchetypeArtifactId="antlr3-maven-archetype"   -DarchetypeVersion="3.5.2"   -DinteractiveMode=false 

Details about maven archetype antlr3-maven-archetype

License

License

GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlr3-maven-archetype
Version

Version

3.5.2
Type

Type

maven-archetype
Description

Description

ANTLR 3 Maven Archetype
ANTLR 3 Maven Archetype
Project Organization

Project Organization

ANTLR
Source Code Management

Source Code Management

https://github.com/antlr/antlr3/tree/master/antlr3-maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.antlr -DarchetypeArtifactId=antlr3-maven-archetype -DarchetypeVersion=3.5.2 -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.