| author | Michael Fiedler | 2011-10-19 09:42:15 (EDT) |
|---|---|---|
| committer | Steve Speicher | 2011-10-19 09:42:15 (EDT) |
| commit | f4fa6da24c80b6827d05d3dc4eae971e1d943575 (patch) (side-by-side diff) | |
| tree | ffae7e5437f6cde689d045efac068194a4c7803a | |
| parent | 0ce1db3dfbd81ecff9f556417e5a190206bb599a (diff) | |
| download | org.eclipse.lyo.rio-f4fa6da24c80b6827d05d3dc4eae971e1d943575.zip org.eclipse.lyo.rio-f4fa6da24c80b6827d05d3dc4eae971e1d943575.tar.gz org.eclipse.lyo.rio-f4fa6da24c80b6827d05d3dc4eae971e1d943575.tar.bz2 | |
Update pom.xml to force execution of the antlr goal.
| -rw-r--r-- | org.eclipse.lyo.rio.core/pom.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/org.eclipse.lyo.rio.core/pom.xml b/org.eclipse.lyo.rio.core/pom.xml index bd7999b..6e5e94a 100644 --- a/org.eclipse.lyo.rio.core/pom.xml +++ b/org.eclipse.lyo.rio.core/pom.xml @@ -238,6 +238,39 @@ </plugins> + <pluginManagement> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.antlr</groupId> + <artifactId> + antlr3-maven-plugin + </artifactId> + <versionRange> + [3.2,) + </versionRange> + <goals> + <goal>antlr</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute></execute> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> </project> |

