diff --git a/pom.xml b/pom.xml index c30b2db6a..95d592af3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,145 +1,141 @@ - + - 4.0.0 - - org.sonatype.oss - oss-parent - 9 - - org.antlr - antlr4-master - 4.7-SNAPSHOT - pom + 4.0.0 + + org.sonatype.oss + oss-parent + 9 + + org.antlr + antlr4-master + 4.7-SNAPSHOT + pom - ANTLR 4 - ANTLR 4 Master Build POM - http://www.antlr.org - 1992 - - ANTLR - http://www.antlr.org - + ANTLR 4 + ANTLR 4 Master Build POM + http://www.antlr.org + 1992 + + ANTLR + http://www.antlr.org + - - - The BSD License - http://www.antlr.org/license.html - repo - - + + + The BSD License + http://www.antlr.org/license.html + repo + + - - - Terence Parr - http://parrt.cs.usfca.edu - - Project lead - ANTLR - - - - Sam Harwell - http://tunnelvisionlabs.com - - Developer - - - - Eric Vergnaud - - Developer - JavaScript, C#, Python 2, Python 3 - - - - Peter Boyer - - Developer - Go - - - - Jim Idle - jimi@idle.ws - http://www.linkedin.com/in/jimidle - - Developer - Maven Plugin - - - - Mike Lischke - - Developer - C++ Target - - - + + + Terence Parr + http://parrt.cs.usfca.edu + + Project lead - ANTLR + + + + Sam Harwell + http://tunnelvisionlabs.com + + Developer + + + + Eric Vergnaud + + Developer - JavaScript, C#, Python 2, Python 3 + + + + Peter Boyer + + Developer - Go + + + + Jim Idle + jimi@idle.ws + http://www.linkedin.com/in/jimidle + + Developer - Maven Plugin + + + + Mike Lischke + + Developer - C++ Target + + + - - runtime/Java - tool - antlr4-maven-plugin - tool-testsuite - runtime-testsuite/annotations - runtime-testsuite/processors - runtime-testsuite - + + runtime/Java + tool + antlr4-maven-plugin + tool-testsuite + runtime-testsuite/annotations + runtime-testsuite/processors + runtime-testsuite + - - UTF-8 - UTF-8 - true - 1.7 - 1.7 - + + UTF-8 + UTF-8 + true + 1.7 + 1.7 + - - - antlr-discussion - https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion - - + + + antlr-discussion + https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion + + - - GitHub Issues - https://github.com/antlr/antlr4/issues - + + GitHub Issues + https://github.com/antlr/antlr4/issues + - - https://github.com/antlr/antlr4/tree/master - scm:git:git://github.com/antlr/antlr4.git - scm:git:git@github.com:antlr/antlr4.git - HEAD - + + https://github.com/antlr/antlr4/tree/master + scm:git:git://github.com/antlr/antlr4.git + scm:git:git@github.com:antlr/antlr4.git + HEAD + - - - - resources - - - - - test - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.6.0 - - ${maven.compiler.source} - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - - + + + + resources + + + + + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.0 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + diff --git a/tool/pom.xml b/tool/pom.xml index f8e80fbad..eafa6d86e 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -1,21 +1,16 @@ - + - 4.0.0 - - org.antlr - antlr4-master - 4.7-SNAPSHOT - - antlr4 - ANTLR 4 Tool - http://www.antlr.org - The ANTLR 4 grammar compiler. - + 4.0.0 + + org.antlr + antlr4-master + 4.7-SNAPSHOT + + antlr4 + ANTLR 4 Tool + http://www.antlr.org + The ANTLR 4 grammar compiler. org.antlr @@ -42,14 +37,13 @@ javax.json 1.0.4 - - com.ibm.icu - icu4j - 58.2 - + + com.ibm.icu + icu4j + 58.2 + - - + src @@ -85,128 +79,112 @@ - - org.codehaus.mojo - build-helper-maven-plugin - - - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/antlr4-tool-codegen - - - - - + + org.codehaus.mojo + build-helper-maven-plugin + + + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/antlr4-tool-codegen + + + + + org.apache.maven.plugins maven-shade-plugin 2.3 - package - + package + false false true - complete - - - shade - - - - - - - maven-jar-plugin - 3.0.0 - - - - true - org.antlr.v4.Tool - - - - - - org.antlr - antlr3-maven-plugin - 3.5.2 - - src - true - - - - - antlr - - - - - - com.webguys - string-template-maven-plugin - 1.1 - - - - org.twdata.maven - mojo-executor - 2.1.0 - - - - - - - - - - generate-sources - - render - - - - - - + complete + + + com.ibm.icu:* + + + + + shade + + + + + + + maven-jar-plugin + 3.0.0 + + + + true + org.antlr.v4.Tool + + + + + + org.antlr + antlr3-maven-plugin + 3.5.2 + + src + true + + + + + antlr + + + + + + com.webguys + string-template-maven-plugin + 1.1 + + + + org.twdata.maven + mojo-executor + 2.1.0 + + + + + + + + + + generate-sources + + render + + + + + +