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 <[email protected]>
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>
 

Reply via email to