mvn install is not installing your swc into repo???? VELO
On Wed, Sep 2, 2009 at 11:27 AM, Jimic79 <[email protected]> wrote: > > Hello All, > > First of all, excellent work VELO, I love flexmojos... When it works, > it's much better/cleaner than the ant-hack method. > > We have an exceedingly complex project using Java-Granite-Tide-Flex > that i'm working on switching from Ant to Maven. We have multiple sub > projects that we create a jar and swc from each, that we can use in > the final project. I've found some information on generating a jar > and a swc from the same project, which i'm able to do. My question > is, when i run mvn install on the project, it creates the jar, > installs the jar in the local repository, then generates the as3, then > the swc, then completes successfully. Is there a way that I can get > the swc deployed to the local/remote repository on install/deploy > respectively? > > Here's abbreviated output from mvn install ( i ran mvn -e install, but > there was nothing out of the ordinary) > > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] my.groupId.os > [INFO] my.groupId.os-jar > [INFO] my.groupId.os-swc > [INFO] > ------------------------------------------------------------------------ > [INFO] Building my.groupId.os > [INFO] > [INFO] Id: my.groupId:os:pom:1.0.1 > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [site:attach-descriptor] > [INFO] [install:install] > [INFO] Installing D:\my.groupId.os\trunk\pom.xml to C:\.m2\repository > \com\realityi\os\1.0.1\os-1.0.1.pom > [INFO] > ------------------------------------------------------------------------ > [INFO] Building my.groupId.os-jar > [INFO] > [INFO] Id: my.groupId:os-jar:jar:1.0.1 > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > .... abbr ... > [INFO] [jar:jar] > [INFO] [install:install] > [INFO] Installing D:\my.groupId.os\trunk\target\my.groupId.os- > jar-1.0.1.jar to C:\.m2\repository\com\realityi\os-jar\1.0.1\os- > jar-1.0.1.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Building my.groupId.os-swc > [INFO] Id: my.groupId:os-swc:swc:1.0.1 > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > .... abbr ... > [INFO] [flexmojos:compile-swc] > [INFO] Flexmojos 3.3.0 - Apache License (NO WARRANTY) - See COPYRIGHT > file > [INFO] Flex compiler configurations: > -compiler.accessible=false > .... more options > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > ------------------------------------------------------------------------ > [INFO] my.groupId.os ....................................... SUCCESS > [0.656s] > [INFO] my.groupId.os-jar ................................... SUCCESS > [1.455s] > [INFO] my.groupId.os-swc ................................... SUCCESS > [9.257s] > [INFO] > ------------------------------------------------------------------------ > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 13 seconds > [INFO] Finished at: Tue Sep 01 17:04:01 EDT 2009 > [INFO] Final Memory: 11M/119M > [INFO] > ------------------------------------------------------------------------ > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
