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:09:18 UTC

[royale-typedefs] 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-typedefs.git


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

commit 88ec6d8130d120ee8f1983b2de990e18a2d68f52
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Mar 5 11:09:03 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 6771cda..41a3622 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,6 +284,8 @@
     </profile>
     <profile>
         <id>upload-release-to-staging</id>
+        <modules><!-- only run on top-level, not for each module -->
+        </modules>
         <build>
             <plugins>
                 <plugin>