Author: rec
Date: Fri May 31 15:52:25 2013
New Revision: 1488284

URL: http://svn.apache.org/r1488284
Log:
[UIMA-2471] add a jcasgen-maven-plugin (and m2e connector)
- Maven plugin meta-data not generated during build

Modified:
    uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml?rev=1488284&r1=1488283&r2=1488284&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Fri May 31 15:52:25 2013
@@ -103,6 +103,29 @@
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-plugin-plugin</artifactId>
+                               <!-- BEGIN WORKAROUND 
http://jira.codehaus.org/browse/MNG-5346 -->
+                               <configuration>
+                                       
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>mojo-descriptor</id>
+                                               <goals>
+                                                       <goal>descriptor</goal>
+                                               </goals>
+                                       </execution>
+                                       <!-- END WORKAROUND 
http://jira.codehaus.org/browse/MNG-5346 -->
+                                       <execution>
+                                               <id>generated-helpmojo</id>
+                                               <goals>
+                                                       <goal>helpmojo</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
                <pluginManagement>
                        <plugins>
@@ -158,7 +181,7 @@
                                </plugin>
                                <plugin>
                                        
<artifactId>maven-plugin-plugin</artifactId>
-                                       <version>3.1</version>
+                                       <version>3.2</version>
                                </plugin>
                                <plugin>
                                        
<artifactId>maven-release-plugin</artifactId>


Reply via email to