I'm not sure Maven is set up to handle these flags properly for applications. In theory, we want app developers to not need to use these flags.
-Alex On 2/14/17, 4:17 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >HI, > >> How are you setting these options? Maven, Ant, command-line, IDE? > >Maven using the boilerplate archtype, generated like so: > >mvn -s /Users/justinmclean/Documents/FlexJSTest/settings-template.xml >archetype:generate -DarchetypeGroupId=org.apache.flex.flexjs.framework >-DarchetypeArtifactId=flexjs-simple-application-archetype >-DarchetypeVersion=0.8.0-SNAPSHOT > >Thanks, >Justin