You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2020/10/15 20:09:43 UTC

svn commit: r1882561 - /geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml

Author: struberg
Date: Thu Oct 15 20:09:43 2020
New Revision: 1882561

URL: http://svn.apache.org/viewvc?rev=1882561&view=rev
Log:
fix javadoc plugin

Modified:
    geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml?rev=1882561&r1=1882560&r2=1882561&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml Thu Oct 15 20:09:43 2020
@@ -63,6 +63,15 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <configuration>
+                    <additionalparam>-Xdoclint:none</additionalparam>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>