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 7cb2203 maven-distribution: remove commented execution
7cb2203 is described below
commit 7cb2203af06ceed291d7e391f86f4e846ada14ab
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Feb 6 01:18:42 2020 +0100
maven-distribution: remove commented execution
---
distribution/pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index d748618..f020913 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -441,24 +441,6 @@
<outputDirectory>${project.build.directory}/jsc</outputDirectory>
</configuration>
</execution>
- <!-- <execution>
- <id>copy-compiler-jx</id>
- <phase>package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.apache.royale.compiler</groupId>
- <artifactId>compiler-jx</artifactId>
- <version>${royale.compiler.version}</version>
- <type>jar</type>
- </artifactItem>
- </artifactItems>
- <outputDirectory>${project.build.directory}/jsc</outputDirectory>
- </configuration>
- </execution> -->
<execution>
<id>unpack-closure-compiler</id>
<phase>process-resources</phase>