I am on Maven 3.5.0 I get this error:
> [ERROR] Failed to execute goal > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as > (default-compile-as) on project Core: Could not resolve dependencies for > project org.apache.royale.framework:Core:swc:0.9.4: Failure to find > com.adobe.air.framework:airglobal:swc:20.0 in > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&data=02%7C01%7Caharui%40adobe.com%7Cf9bcbd2877134b95ef8508d64b447b84%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779154848452934&sdata=km1iZjKngu54%2FFDvN6mYZVmHhqIfx%2Bh6ls6nftiKEt4%3D&reserved=0 > > <https://na01.safelinks.protection.outlook.com/?url=https://repository.apache.org/content/repositories/releases&data=02|01|aha...@adobe.com|f9bcbd2877134b95ef8508d64b447b84|fa7b1b5a7b34438794aed2c178decee1|0|0|636779154848452934&sdata=km1iZjKngu54/FDvN6mYZVmHhqIfx+h6ls6nftiKEt4=&reserved=0> > was cached in the local repository, resolution will not be reattempted until > the update interval of apache-release has elapsed or updates are forced -> > [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&data=02%7C01%7Caharui%40adobe.com%7Cf9bcbd2877134b95ef8508d64b447b84%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779154848452934&sdata=l0CgXdhlLZ5Bki6pWE8j9kFJT%2Fw0HRVJRT5weguQxCE%3D&reserved=0 > > <https://na01.safelinks.protection.outlook.com/?url=http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException&data=02|01|aha...@adobe.com|f9bcbd2877134b95ef8508d64b447b84|fa7b1b5a7b34438794aed2c178decee1|0|0|636779154848452934&sdata=l0CgXdhlLZ5Bki6pWE8j9kFJT/w0HRVJRT5weguQxCE=&reserved=0> I think that there must be a missing part: $ pwd /Users/davewave/.m2/repository/org/apache/royale/compiler $ ls -1 compiler compiler-build-tools compiler-common compiler-externc compiler-jburg-types compiler-jx compiler-test-utils debugger flex-compiler-oem maven-metadata-local.xml royale-ant-tasks royale-compiler-parent royale-maven-plugin swfutils $ pwd /Users/davewave/.m2/repository/org/apache/royale/framework Daves-MacBook-Pro:framework davewave$ ls -1 Fonts frameworks projects royale-framework-parent This pom: ./framework/projects/0.9.4/projects-0.9.4.pom Has <dependency> <groupId>com.adobe.air.framework</groupId> <artifactId>airglobal</artifactId> <version>${air.version}</version> <type>swc</type> <scope>provided</scope> </dependency> Am I missing ${air.version}? Is “provided” incorrect? Regards, Dave > On Nov 15, 2018, at 2:34 PM, Harbs <harbs.li...@gmail.com> wrote: > > It’s been a while and I don’t remember off-hand. > > I’ll probably take a stab at being RM in a few weeks and I imagine I’ll need > to figure it out then… ;-) > > Harbs > >> On Nov 16, 2018, at 12:32 AM, Alex Harui <aha...@adobe.com.INVALID> wrote: >> >> What errors do you get with Maven? >