Author: schor
Date: Mon Jul 15 18:10:45 2013
New Revision: 1503389

URL: http://svn.apache.org/r1503389
Log:
[UIMA-3072] cleanup unneeded duplicate build stuff, now that we have parent pom 
6.  Add help mojo for pear packaging.  Add slight bit of config to reduce build 
messages (specify kind of annotation to scan for).

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

Modified: uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml?rev=1503389&r1=1503388&r2=1503389&view=diff
==============================================================================
--- uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml (original)
+++ uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml Mon Jul 15 18:10:45 2013
@@ -107,7 +107,15 @@
         <artifactId>maven-plugin-plugin</artifactId>
         <configuration>
           <goalPrefix>uimaPear</goalPrefix>
+          <extractors><extractor>java-annotations</extractor></extractors>
         </configuration>
+        <executions>
+          <execution>
+            <id>generate-helpmojo</id>
+            <goals><goal>helpmojo</goal></goals>
+          </execution>
+        </executions>
+        
       </plugin>
     </plugins>
     

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml?rev=1503389&r1=1503388&r2=1503389&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Mon Jul 15 18:10:45 2013
@@ -124,19 +124,11 @@
                        <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>
+          <extractors><extractor>java-annotations</extractor></extractors>
+                               </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>


Reply via email to