Turning off doclint for javadoc.

Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d1c78d23
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d1c78d23
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/d1c78d23

Branch: refs/heads/master
Commit: d1c78d2311180167282f80d688fb207757efac09
Parents: 63c18b9
Author: Roberto Cortez <radcor...@yahoo.com>
Authored: Sat Oct 13 01:07:38 2018 +0100
Committer: Roberto Cortez <radcor...@yahoo.com>
Committed: Sat Oct 13 11:31:29 2018 +0100

----------------------------------------------------------------------
 pom.xml | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/d1c78d23/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 80482f1..b055031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
   </scm>
 
   <properties>
+    <doclint>none</doclint>
 
     <tomee.version>${project.version}</tomee.version>
     <maven.compiler.source>1.8</maven.compiler.source>
@@ -1735,27 +1736,5 @@
       <url>scp://people.apache.org/www/tomee.apache.org/openejb/maven</url>
     </site>
   </distributionManagement>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.10.1</version>
-        <configuration>
-          <aggregate>true</aggregate>
-          <additionalJOption>-J-Xmx1024m</additionalJOption>
-        </configuration>
-      </plugin>
-      <!--
-            <plugin>
-              <artifactId>maven-clover-plugin</artifactId>
-              <configuration>
-                <generateHistorical>true</generateHistorical>
-              </configuration>
-            </plugin>
-      -->
-    </plugins>
-  </reporting>
 </project>
 

Reply via email to