Author: pkluegl
Date: Tue Feb  5 10:13:53 2013
New Revision: 1442526

URL: http://svn.apache.org/viewvc?rev=1442526&view=rev
Log:
[UIMA-2621]
- added m2e lifecycle-mapping

Modified:
    uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml

Modified: uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml?rev=1442526&r1=1442525&r2=1442526&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml Tue Feb  5 10:13:53 
2013
@@ -167,6 +167,37 @@ Creative Commons Attribution 2.5 License
       </executions>
     </plugin>
   </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.apache.uima</groupId>
+                                                               <artifactId>
+                                                                       
uima-build-helper-maven-plugin
+                                                               </artifactId>
+                                                               
<versionRange>[2,)</versionRange>
+                                                               <goals>
+                                                                       
<goal>parse-date-time</goal>
+                                                               </goals>
+                                                       </pluginExecutionFilter>
+                                                       <action>
+                                                               
<ignore></ignore>
+                                                       </action>
+                                               </pluginExecution>
+                                       </pluginExecutions>
+                               </lifecycleMappingMetadata>
+                       </configuration>
+               </plugin>
+       </plugins>
+  </pluginManagement>
   </build>
   
 </project>


Reply via email to