This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new fb755ea switch maven to remove-circulars=true
fb755ea is described below
commit fb755eacdd68884f71f79a748eee89e15be56366
Author: Alex Harui <[email protected]>
AuthorDate: Mon Feb 19 08:51:41 2018 -0800
switch maven to remove-circulars=true
---
.../src/main/java/org/apache/royale/maven/CompileAppMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/royale-maven-plugin/src/main/java/org/apache/royale/maven/CompileAppMojo.java
b/royale-maven-plugin/src/main/java/org/apache/royale/maven/CompileAppMojo.java
index c51331d..7ddfd39 100644
---
a/royale-maven-plugin/src/main/java/org/apache/royale/maven/CompileAppMojo.java
+++
b/royale-maven-plugin/src/main/java/org/apache/royale/maven/CompileAppMojo.java
@@ -54,7 +54,7 @@ public class CompileAppMojo
@Parameter
protected String targets = "SWF,JSRoyale";
- @Parameter(defaultValue = "false")
+ @Parameter(defaultValue = "true")
protected boolean removeCirculars;
@Override
--
To stop receiving notification emails like this one, please contact
[email protected].