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 pa...@apache.org on 2018/10/05 13:23:39 UTC

svn commit: r1842911 - /db/torque/torque4/trunk/pom.xml

Author: painter
Date: Fri Oct  5 13:23:38 2018
New Revision: 1842911

URL: http://svn.apache.org/viewvc?rev=1842911&view=rev
Log:
Allows for proper javadoc creation

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

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1842911&r1=1842910&r2=1842911&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Fri Oct  5 13:23:38 2018
@@ -416,7 +416,7 @@
       <dependency>
         <groupId>org.apache.fulcrum</groupId>
         <artifactId>fulcrum-yaafi</artifactId>
-        <version>1.0.6</version>
+        <version>1.0.8-SNAPSHOT</version>
         <scope>test</scope>
       </dependency>
     </dependencies>
@@ -424,6 +424,13 @@
   
   <build>
     <plugins>
+       <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.10.4</version>
+        <configuration>
+        <additionalparam>-Xdoclint:none</additionalparam>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>



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