2015-01-13 08:50:53 +08:00
|
|
|
<!-- [The "BSD license"] ANTLR - Copyright (c) 2005-2010 Terence Parr Maven
|
|
|
|
Plugin - Copyright (c) 2009 Jim Idle All rights reserved. Redistribution
|
|
|
|
and use in source and binary forms, with or without modification, are permitted
|
|
|
|
provided that the following conditions are met: 1. Redistributions of source
|
|
|
|
code must retain the above copyright notice, this list of conditions and
|
|
|
|
the following disclaimer. 2. Redistributions in binary form must reproduce
|
|
|
|
the above copyright notice, this list of conditions and the following disclaimer
|
|
|
|
in the documentation and/or other materials provided with the distribution.
|
|
|
|
3. The name of the author may not be used to endorse or promote products
|
|
|
|
derived from this software without specific prior written permission. THIS
|
|
|
|
SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
|
|
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
|
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
|
|
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
|
|
|
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
|
|
|
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
|
|
DAMAGE. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr4-maven-plugin</artifactId>
|
2015-01-23 09:07:57 +08:00
|
|
|
<version>4.5</version>
|
2015-01-13 08:50:53 +08:00
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
|
|
|
|
<name>ANTLR 4 Maven plugin</name>
|
|
|
|
<description>Maven plugin for ANTLR 4 grammars</description>
|
|
|
|
<url>http://www.antlr.org</url>
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
<name>ANTLR</name>
|
|
|
|
<url>http://www.antlr.org</url>
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The BSD License</name>
|
|
|
|
<url>http://www.antlr.org/license.html</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Terence Parr</name>
|
|
|
|
<url>http://parrt.cs.usfca.edu</url>
|
|
|
|
<roles>
|
2015-01-13 08:56:41 +08:00
|
|
|
<role>Project lead</role>
|
2015-01-13 08:50:53 +08:00
|
|
|
</roles>
|
|
|
|
</developer>
|
|
|
|
|
|
|
|
<developer>
|
|
|
|
<name>Sam Harwell</name>
|
|
|
|
<url>http://tunnelvisionlabs.com</url>
|
|
|
|
<roles>
|
|
|
|
<role>Developer - Coauthor of tool, C# target</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
|
|
|
|
|
|
|
<developer>
|
|
|
|
<name>Eric Vergnaud</name>
|
|
|
|
<roles>
|
|
|
|
<role>Developer - JavaScript, C#, Python 2, Python 3</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
|
|
|
|
|
|
|
<developer>
|
|
|
|
<name>Jim Idle</name>
|
|
|
|
<email>jimi@idle.ws</email>
|
|
|
|
<url>http://www.linkedin.com/in/jimidle</url>
|
|
|
|
<roles>
|
|
|
|
<role>Developer - Maven Plugin</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>antlr-discussion</name>
|
|
|
|
<archive>https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>GitHub Issues</system>
|
|
|
|
<url>https://github.com/antlr/antlr4/issues</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
2015-01-14 01:35:13 +08:00
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2015-01-13 08:50:53 +08:00
|
|
|
<scm>
|
|
|
|
<url>https://github.com/antlr/antlr4/tree/master</url>
|
|
|
|
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
</scm>
|
2012-11-24 03:40:33 +08:00
|
|
|
|
2012-03-12 21:16:40 +08:00
|
|
|
<prerequisites>
|
2015-01-13 08:50:53 +08:00
|
|
|
<maven>3.0</maven>
|
|
|
|
</prerequisites>
|
|
|
|
|
|
|
|
<!-- Ancilliary information for completeness -->
|
|
|
|
<inceptionYear>2009</inceptionYear>
|
|
|
|
|
|
|
|
<!-- ============================================================================= -->
|
|
|
|
|
|
|
|
<!-- What are we depedent on for the Mojos to execute? We need the plugin
|
|
|
|
API itself and of course we need the ANTLR Tool and runtime and any of their
|
|
|
|
dependencies, which we inherit. The Tool itself provides us with all the
|
|
|
|
dependencies, so we need only name it here. -->
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- The things we need to build the target language recognizer -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
|
|
<version>3.0.5</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-api</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-build-api</artifactId>
|
|
|
|
<version>0.0.7</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- The version of ANTLR tool that this version of the plugin controls.
|
|
|
|
We have decided that this should be in lockstep with ANTLR itself, other
|
|
|
|
than -1 -2 -3 etc patch releases. -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr4</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Testing requirements... -->
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.11</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-plugin-testing-harness</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
|
|
|
<artifactId>maven-plugin-annotations</artifactId>
|
|
|
|
<version>3.2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|
|
|
<defaultGoal>install</defaultGoal>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>resources</directory>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
|
|
|
<version>3.3</version>
|
|
|
|
<configuration>
|
|
|
|
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
|
|
|
|
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>mojo-descriptor</id>
|
|
|
|
<goals>
|
|
|
|
<goal>descriptor</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>help-goal</id>
|
|
|
|
<goals>
|
|
|
|
<goal>helpmojo</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>3.3</version>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
<configuration>
|
|
|
|
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-03-12 21:16:40 +08:00
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2015-01-13 08:50:53 +08:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.1</version>
|
2012-11-27 12:32:52 +08:00
|
|
|
<configuration>
|
2015-01-13 08:50:53 +08:00
|
|
|
<showWarnings>true</showWarnings>
|
|
|
|
<showDeprecation>true</showDeprecation>
|
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
|
|
|
<compilerArgs>
|
|
|
|
<arg>-Xlint</arg>
|
|
|
|
<arg>-Xlint:-serial</arg>
|
|
|
|
</compilerArgs>
|
2012-11-27 12:32:52 +08:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2015-01-13 08:50:53 +08:00
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifest>
|
|
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
|
</manifest>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2012-03-12 21:16:40 +08:00
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2015-01-13 08:50:53 +08:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>2.16</version>
|
2012-03-12 21:16:40 +08:00
|
|
|
</plugin>
|
|
|
|
|
2013-03-28 02:23:01 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2015-01-13 08:50:53 +08:00
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<!-- override the version inherited from the parent -->
|
|
|
|
<version>2.2.1</version>
|
2013-03-28 02:23:01 +08:00
|
|
|
</plugin>
|
|
|
|
|
2013-01-20 05:56:38 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2015-01-13 08:50:53 +08:00
|
|
|
<!-- override the version inherited from the parent -->
|
|
|
|
<version>2.9.1</version>
|
2013-01-20 05:56:38 +08:00
|
|
|
<configuration>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2015-01-13 08:50:53 +08:00
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
2015-01-24 06:37:41 +08:00
|
|
|
<version>1.6</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<keyname>${gpg.keyname}</keyname>
|
|
|
|
<passphraseServerId>${gpg.keyname}</passphraseServerId>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2015-01-13 08:50:53 +08:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<!-- override the version inherited from the parent -->
|
|
|
|
<version>2.4.2</version><!--$NO-MVN-MAN-VER$-->
|
|
|
|
<configuration>
|
|
|
|
<arguments>-Psonatype-oss-release ${release.arguments}</arguments>
|
|
|
|
</configuration>
|
2013-01-20 05:56:38 +08:00
|
|
|
</plugin>
|
2015-01-13 08:50:53 +08:00
|
|
|
</plugins>
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
|
|
|
<version>3.3</version>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.9</version>
|
|
|
|
<configuration>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2012-03-12 21:16:40 +08:00
|
|
|
</project>
|