This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 0ce729f maven-distribution: with a clean repo distribution was still
trying to download Adobe AIR, seems latest two profiles was causing the bind
and are not needed anymore
0ce729f is described below
commit 0ce729f8aad532afbeb06fac32484c4b0f5fa6b2
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Feb 6 01:37:15 2020 +0100
maven-distribution: with a clean repo distribution was still trying to
download Adobe AIR, seems latest two profiles was causing the bind and are not
needed anymore
---
distribution/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index f020913..e7016d3 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -863,7 +863,7 @@
</plugins>
</build>
</profile>
- <profile>
+ <!-- <profile>
<id>_os-windows</id>
<activation>
<os>
@@ -937,6 +937,6 @@
<type>zip</type>
</dependency>
</dependencies>
- </profile>
+ </profile> -->
</profiles>
</project>