You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/06/13 16:51:06 UTC

svn commit: r1492695 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Thu Jun 13 14:51:05 2013
New Revision: 1492695

URL: http://svn.apache.org/r1492695
Log:
[UIMA-2966] move this build action to only happen when doing eclipse plugin builds - not really needed otherwise, and will reduce build "noise".

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1492695&r1=1492694&r2=1492695&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Thu Jun 13 14:51:05 2013
@@ -705,23 +705,6 @@ Copyright (c) 2003, 2006 IBM Corporation
         
       </plugin>
       
-      <plugin> <!-- https://issues.apache.org/jira/browse/UIMA-2966  -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>dup-meta-jar-cleanup</id>
-            <goals><goal>run</goal></goals>
-            <phase>prepare-package</phase>  <!--  before Jar plugin -->
-            <configuration>
-              <target>
-                <delete file="${project.build.directory}/classes/META-INF/maven/${project.groupId}/${project.artifactId}/pom.xml" quiet="true"/>
-                <delete file="${project.build.directory}/classes/META-INF/maven/${project.groupId}/${project.artifactId}/pom.properties" quiet="true"/>
-              </target>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>     
     
   </build>
@@ -1363,6 +1346,25 @@ Copyright (c) 2003, 2006 IBM Corporation
         </pluginManagement> 
         
         <plugins>
+        
+		      <plugin> <!-- https://issues.apache.org/jira/browse/UIMA-2966  -->
+		        <groupId>org.apache.maven.plugins</groupId>
+		        <artifactId>maven-antrun-plugin</artifactId>
+		        <executions>
+		          <execution>
+		            <id>dup-meta-jar-cleanup</id>
+		            <goals><goal>run</goal></goals>
+		            <phase>prepare-package</phase>  <!--  before Jar plugin -->
+		            <configuration>
+		              <target>
+		                <delete file="${project.build.directory}/classes/META-INF/maven/${project.groupId}/${project.artifactId}/pom.xml" quiet="true"/>
+		                <delete file="${project.build.directory}/classes/META-INF/maven/${project.groupId}/${project.artifactId}/pom.properties" quiet="true"/>
+		              </target>
+		            </configuration>
+		          </execution>
+		        </executions>
+		      </plugin>
+        
           <!-- https://issues.apache.org/jira/browse/UIMA-2967  -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -1498,16 +1500,16 @@ Copyright (c) 2003, 2006 IBM Corporation
           <!--                                                                              --> 
           <!--     Publish metadata goes from target/eus-work -> eclipse-update-site/[comp] -->
           <!--         (publish run in "append" mode)                                       --> 
-          <!--                                                                              --> 
-          <!--     Category update goes from target/eus-work -> eclipse-update-site/[comp]  --> 
-          <!--                                                                              -->
-          <!--     (if apache-release:                                                      -->
+		      <!--                                                                              --> 
+		      <!--     Category update goes from target/eus-work -> eclipse-update-site/[comp]  --> 
+		      <!--                                                                              -->
+		      <!--     (if apache-release:                                                      -->
           <!--        do checksums and sign in target/eus-work                              --> 
-          <!--        delete prev checksums and signature for artifacts/content.jar         -->
-          <!--        add new checksum/sign for these two jars                              -->
-          <!--        copy all checksums/signatures from eus-work                           -->
-          <!--     )                                                                        -->
-          <!--                                                                              -->
+		      <!--        delete prev checksums and signature for artifacts/content.jar         -->
+		      <!--        add new checksum/sign for these two jars                              -->
+		      <!--        copy all checksums/signatures from eus-work                           -->
+		      <!--     )                                                                        -->
+		      <!--                                                                              -->
 		      <!-- ============================================================================ --> 
 		
 		      <!-- filter the category.xml to have the right version info