Testing fixed old antlr maven plugin
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/8b718a77 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/8b718a77 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/8b718a77 Branch: refs/heads/maven Commit: 8b718a7764900bb4df2f2820fe6d67d874025c18 Parents: 5564652 Author: Jose Barragan <[email protected]> Authored: Sun Mar 23 14:08:56 2014 +0100 Committer: Jose Barragan <[email protected]> Committed: Sun Mar 23 14:09:20 2014 +0100 ---------------------------------------------------------------------- compiler/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/8b718a77/compiler/pom.xml ---------------------------------------------------------------------- diff --git a/compiler/pom.xml b/compiler/pom.xml index b30c601..8f44cc7 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -87,7 +87,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>antlr-maven-plugin</artifactId> - <version>2.2</version> + <version>2.2.1</version> <configuration> <sourceDirectory>${project.build.sourceDirectory}/org/apache/flex/compiler/internal/parsing/as</sourceDirectory> <outputDirectory>${project.build.directory}/generated/src</outputDirectory> @@ -113,7 +113,7 @@ </execution> </executions> </plugin> - <plugin> +<!-- <plugin> <groupId>org.antlr</groupId> <artifactId>antlr3-maven-plugin</artifactId> <version>3.5.1</version> @@ -129,7 +129,7 @@ </dependency> </dependencies> <executions> - <!-- Generating ASParser and ASTokenTypes --> + Generating ASParser and ASTokenTypes <execution> <id>parseCSS</id> <goals> @@ -137,7 +137,7 @@ </goals> </execution> </executions> - </plugin> + </plugin>--> <!--<plugin>
