You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/16 16:13:19 UTC

[tomee] 02/02: Ingore javadoc errors on release. Don't run the 2 hour tests.

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit b1cbc0712031ba8f4d3904874d8033dca216a4ea
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri May 17 01:11:09 2019 +0900

    Ingore javadoc errors on release.  Don't run the 2 hour tests.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c0481c8..6c8f50f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,6 +413,7 @@
           <pushChanges>false</pushChanges>
           <releaseProfiles></releaseProfiles>
           <autoVersionSubmodules>true</autoVersionSubmodules>
+          <arguments>-Dmaven.test.skip=true -Dadditionalparam=-Xdoclint:none -DadditionalJOption=-Xdoclint:none</arguments>
         </configuration>
       </plugin>