You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2014/10/27 12:50:00 UTC

svn commit: r1634508 - in /db/torque/torque4/trunk: pom.xml torque-test/pom.xml

Author: tfischer
Date: Mon Oct 27 11:50:00 2014
New Revision: 1634508

URL: http://svn.apache.org/r1634508
Log:
use new apache parent pom
unify rat plugin versions
skip javadoc generation of test project because the nth time it runs it fails for unknown reasons

Modified:
    db/torque/torque4/trunk/pom.xml
    db/torque/torque4/trunk/torque-test/pom.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1634508&r1=1634507&r2=1634508&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Mon Oct 27 11:50:00 2014
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>11</version>
+    <version>15</version>
   </parent>
   
   <groupId>org.apache.torque</groupId>
@@ -344,7 +344,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.8</version>
+        <version>0.11</version>
         <configuration>
           <excludes>
             <exclude>velocity.log</exclude>

Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1634508&r1=1634507&r2=1634508&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Mon Oct 27 11:50:00 2014
@@ -553,6 +553,18 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <!-- test project javadoc is not needed in the main site and javadoc fails during the release build, so skip -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
   
   <profiles>
     <profile>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org