Lines Matching +full:apache +full:- +full:maven +full:- +full:3
1 <!--
5 ANTLR - Copyright (c) 2005-2010 Terence Parr
6 Maven Plugin - Copyright (c) 2009 Jim Idle
18 3. The name of the author may not be used to endorse or promote products
32 -->
36 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
40 <artifactId>antlr-master</artifactId>
41 <version>3.5.3</version>
43 <artifactId>antlr3-maven-plugin</artifactId>
44 <packaging>maven-plugin</packaging>
45 <name>ANTLR 3 Maven plugin</name>
49 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52 <!--
54 -->
58 This is the brand new, re-written from scratch plugin for ANTLR v3.
61 itself to provide support not just for Maven oriented things but any other tool
64 Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
82 Jim Idle - March 2009
88 <url>http://www.temporal-wave.com</url>
90 <role>Originator, version 3.1.3</role>
98 <role>Project lead - ANTLR</role>
106 <role>Originator - prior version</role>
114 <role>Contributor - prior versions</role>
120 <!-- ============================================================================= -->
122 <!--
128 -->
131 <!--
133 -->
134 <!-- The things we need to build the target language recognizer -->
136 <groupId>org.apache.maven</groupId>
137 <artifactId>maven-plugin-api</artifactId>
143 <artifactId>plexus-compiler-api</artifactId>
148 <artifactId>plexus-build-api</artifactId>
151 <!-- The version of ANTLR tool that this version of the plugin controls.
153 than -1 -2 -3 etc patch releases. -->
157 <version>3.5.3</version>
159 <!-- Testing requirements... -->
167 <groupId>org.apache.maven.plugin-tools</groupId>
168 <artifactId>maven-plugin-annotations</artifactId>
173 <groupId>io.takari.maven.plugins</groupId>
174 <artifactId>takari-plugin-testing</artifactId>
179 <groupId>org.apache.maven</groupId>
180 <artifactId>maven-core</artifactId>
185 <groupId>org.apache.maven</groupId>
186 <artifactId>maven-compat</artifactId>
192 <artifactId>plexus-utils</artifactId>
198 <artifactId>slf4j-api</artifactId>
203 <artifactId>slf4j-simple</artifactId>
206 <!--
209 than -1 -2 -3 etc patch releases.
210 -->
218 <groupId>org.apache.maven.shared</groupId>
219 <artifactId>maven-plugin-testing-harness</artifactId>
230 <groupId>org.apache.maven.plugins</groupId>
231 <artifactId>maven-site-plugin</artifactId>
236 <groupId>org.apache.maven.plugins</groupId>
237 <artifactId>maven-project-info-reports-plugin</artifactId>
251 <groupId>org.apache.maven.plugins</groupId>
252 <artifactId>maven-javadoc-plugin</artifactId>
260 <groupId>org.apache.maven.plugins</groupId>
261 <artifactId>maven-plugin-plugin</artifactId>