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/03/05 19:10:06 UTC

[royale-compiler] branch release_practice updated: only run upload on top-level

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-compiler.git


The following commit(s) were added to refs/heads/release_practice by this push:
     new ee37b5e  only run upload on top-level
ee37b5e is described below

commit ee37b5e316641ef5ae8aee4744f9af65e3f2a5e8
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Mar 5 11:09:53 2019 -0800

    only run upload on top-level
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5704a84..bb85747 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,8 @@
     </profile>
     <profile>
         <id>upload-release-to-staging</id>
+        <modules><!-- only run on top-level, not for each module -->
+        </modules>
         <build>
             <plugins>
                 <plugin>