Hi, > It it possible to test the maven build with this release?
Answering part of my own question - changing the pom file to have this, means it get a little further: <compiler-build-tools.version>1.0.0-SNAPSHOT</compiler-build-tools.version> <compiler-jburg-types.version>1.0.0-SNAPSHOT</compiler-jburg-types.version> But then complains about this: Failure to find com.adobe.flash.framework:playerglobal:swc:20.0 in https://repository.apache.org/content/repositories/releases Look at MAVEN_README.txt it says to do this: mvn -s settings-template.xml clean install -P utils However that generates the same error and a warning as well: [WARNING] The requested profile "utils" could not be activated because it does not exist. I assume the player global.swc needs to be put into the maven repo somehow. Any reason for version 20 btw and not a later one? Thanks, Justin