You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/05/26 00:29:31 UTC

[royale-asjs] 01/03: need this profile

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

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 01e9719da0496ae724170f706ca0a91479a7e98d
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat May 25 17:27:50 2019 -0700

    need this profile
---
 releasesteps.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/releasesteps.xml b/releasesteps.xml
index 5dd9ec7..f9a139c 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -140,8 +140,8 @@
         <exec executable="${mvn}" dir="${artifactfolder}/sources" failonerror="true" >
             <arg value="clean" />
             <arg value="install" />
-            <!--<arg value="-P" />
-            <arg value="-main,utils" />-->
+            <arg value="-P" />
+            <arg value="release-swcs,main" />
         </exec>
     </target>