I have a simple project structure but I'm having SWC dependency issues. My project has an AIR app module and a SWC library module. Everything is on github: https://github.com/jlward4th/fmtest
When I run the build from the top level project everything works fine. But when I try to run the build from within the AIR app module it can't find the SWC library: jam...@w500:~/projects/fmtest/app$ mvn package [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building fmtest app 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.547s [INFO] Finished at: Sun Dec 26 12:29:34 MST 2010 [INFO] Final Memory: 12M/165M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project app: Could not resolve dependencies for project fmtest:app:swf:1.0-SNAPSHOT: Failed to collect dependencies for [com.adobe.flex.framework:air-framework:pom: 4.5.0.18623 (compile), fmtest:lib:swc:1.0-SNAPSHOT (compile)]: Failed to read artifact descriptor for fmtest:lib:swc:1.0-SNAPSHOT: Failure to find fmtest:fmtest:pom:1.0-SNAPSHOT in http://repository.sonatype.org/content/groups/flexgroup was cached in the local repository, resolution will not be reattempted until the update interval of flexmojos has elapsed or updates are forced -> [Help 1] Any ideas what I've done wrong? Thanks! -James -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
