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

svn commit: r1882344 - /geronimo/specs/trunk/geronimo-javamail_1.6_spec/pom.xml

Author: jlmonteiro
Date: Fri Oct  9 12:19:30 2020
New Revision: 1882344

URL: http://svn.apache.org/viewvc?rev=1882344&view=rev
Log:
Disable javadoc failures after JDK8

Modified:
    geronimo/specs/trunk/geronimo-javamail_1.6_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-javamail_1.6_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.6_spec/pom.xml?rev=1882344&r1=1882343&r2=1882344&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.6_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.6_spec/pom.xml Fri Oct  9 12:19:30 2020
@@ -109,6 +109,22 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>3.2.0</version>
+                <configuration>
+                    <doclint>none</doclint>  <!-- Turnoff all checks -->
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
                 <configuration>
                     <artifactSet>