This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new d045f2c No need to build or push examples
d045f2c is described below
commit d045f2c4d43ca8ea182ec811ca865f036c3c9db9
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Aug 31 15:33:31 2021 +0200
No need to build or push examples
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5c2a10f..5a13def 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@
<pushChanges>false</pushChanges>
<releaseProfiles />
<autoVersionSubmodules>true</autoVersionSubmodules>
- <arguments>-Pmain,apache-release -DskipTests -DfailIfNoTests=false
-Dadditionalparam=-Xdoclint:none -DadditionalJOption=-Xdoclint:none
${arguments}</arguments>
+ <arguments>-Pno-examples,apache-release -DskipTests
-DfailIfNoTests=false -Dadditionalparam=-Xdoclint:none
-DadditionalJOption=-Xdoclint:none ${arguments}</arguments>
</configuration>
</plugin>