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 2014/04/11 23:01:47 UTC

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

Author: schor
Date: Fri Apr 11 21:01:46 2014
New Revision: 1586771

URL: http://svn.apache.org/r1586771
Log:
no Jira - update to v 14 of common Apache POM, and add some specs to fail the build if an inner ant step fails.

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=1586771&r1=1586770&r2=1586771&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Fri Apr 11 21:01:46 2014
@@ -48,7 +48,7 @@
   <parent>
     <artifactId>apache</artifactId>
     <groupId>org.apache</groupId>
-    <version>13</version>
+    <version>14</version>
     <relativePath />
   </parent>
 
@@ -301,7 +301,7 @@ Copyright (c) 2003, 2006 IBM Corporation
              warning message to use install instead -->
         <plugin> 
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.4</version> <!--  https://issues.apache.org/jira/browse/UIMA-3332 -->
+         <!--  <version>2.4</version>  https://issues.apache.org/jira/browse/UIMA-3332 from superpom-->
           <executions>
             <execution>
               <id>default-cli</id>
@@ -317,15 +317,15 @@ Copyright (c) 2003, 2006 IBM Corporation
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.7</version>
+          <version>1.8</version>
         </plugin>
-        
+<!--         
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
           <version>1.3</version>
         </plugin>
-        
+      -->   
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
 	        <artifactId>maven-plugin-plugin</artifactId>
@@ -356,17 +356,17 @@ Copyright (c) 2003, 2006 IBM Corporation
           </configuration>
         </plugin>
         
-        <plugin>
+ <!--        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.8</version> <!-- see https://issues.apache.org/jira/browse/UIMA-2963 -->
-        </plugin>
-        
+          <version>2.8</version>    see https://issues.apache.org/jira/browse/UIMA-2963  from superpom
+        </plugin>  -->
+       
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <!-- remove version after moving to apache parent pom 14 or later -->
-          <version>2.9.1</version> <!-- pick up fix for javadoc security issue, June 2013 -->
+         <!--  <version>2.9.1</version> pick up fix for javadoc security issue, June 2013 from superpom -->
           <configuration>
             <source>5</source> <!-- needed to do Enums -->
             <notimestamp>true</notimestamp>
@@ -439,7 +439,7 @@ Copyright (c) 2003, 2006 IBM Corporation
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.7</version>
+          <!-- version>1.7</version>  from superpom -->
 
           <dependencies>
             <!-- 1.8.2 is used by v 1.7 of this plugin
@@ -507,7 +507,7 @@ Copyright (c) 2003, 2006 IBM Corporation
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.10</version>
+          <!--  <version>0.10</version> from superPom -->
           <executions>
             <execution>
               <id>default-cli</id>
@@ -2300,7 +2300,7 @@ Copyright (c) 2003, 2006 IBM Corporation
           <plugin>
             <groupId>org.apache.uima</groupId>
             <artifactId>PearPackagingMavenPlugin</artifactId>
-            <version>2.4.0</version>
+            <version>2.5.0</version>
             <extensions>true</extensions>        
             <executions>
               <execution>