Hi, Not sure what might be wrong (and could be something on my end) but in trying out the staged release I’m getting the following error when trying to compile a simple project:
Downloading: https://repo.maven.apache.org/maven2/org/apache/royale/framework/Basic/0.9.0/Basic-0.9.0.pom [WARNING] The POM for org.apache.royale.framework:Basic:swc:swf:0.9.0 is missing, no dependency information available [WARNING] The POM for org.apache.royale.framework:Basic:swc:js:0.9.0 is missing, no dependency information available Downloading: https://repo.maven.apache.org/maven2/org/apache/royale/framework/Express/0.9.0/Express-0.9.0.pom [WARNING] The POM for org.apache.royale.framework:Express:swc:swf:0.9.0 is missing, no dependency information available [WARNING] The POM for org.apache.royale.framework:Express:swc:js:0.9.0 is missing, no dependency information available Downloading: https://repo.maven.apache.org/maven2/org/apache/royale/framework/Network/0.9.0/Network-0.9.0.pom [WARNING] The POM for org.apache.royale.framework:Network:swc:swf:0.9.0 is missing, no dependency information available [WARNING] The POM for org.apache.royale.framework:Network:swc:js:0.9.0 is missing, no dependency information available Downloading: https://repo.maven.apache.org/maven2/org/apache/royale/framework/Effects/0.9.0/Effects-0.9.0.pom [WARNING] The POM for org.apache.royale.framework:Effects:swc:swf:0.9.0 is missing, no dependency information available [WARNING] The POM for org.apache.royale.framework:Effects:swc:js:0.9.0 is missing, no dependency information available Downloading: https://repo.maven.apache.org/maven2/org/apache/royale/framework/Language/0.9.0/Language-0.9.0.pom [WARNING] The POM for org.apache.royale.framework:Language:swc:js:0.9.0 is missing, no dependency information available As far as I was aware in order to test the staged release you can add this profile to your pom.xml: <profiles> <profile> <id>staged-releases</id> <pluginRepositories> <pluginRepository> <id>staged-releases</id> <url>https://repository.apache.org/content/repositories/orgapacheroyale-1012</url> </pluginRepository> </pluginRepositories> </profile> </profiles> Set the framework/compiler versions to 0.90 and then run "mvn compile -Pstaged-releases” but iot looks like it's looking in the wrong place for the framework swcs? Anyone managed to get this to work? Thanks, Justin
