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/17 03:10:03 UTC

[tomee] 01/04: Build the main modules for release

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 c54539972bb5a018960e2d2faa0efdb1c6e7e913
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri May 17 09:16:42 2019 +0900

    Build the main modules for release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c918fe7..080b2cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@
           <pushChanges>false</pushChanges>
           <releaseProfiles></releaseProfiles>
           <autoVersionSubmodules>true</autoVersionSubmodules>
-          <arguments>-Papache-release -Dmaven.test.skip=true -Dadditionalparam=-Xdoclint:none -DadditionalJOption=-Xdoclint:none ${arguments}</arguments>
+          <arguments>-Pmain,apache-release -Dmaven.test.skip=true -Dadditionalparam=-Xdoclint:none -DadditionalJOption=-Xdoclint:none ${arguments}</arguments>
         </configuration>
       </plugin>