On Wed, Nov 26, 2008 at 8:18 AM, Garry <[EMAIL PROTECTED]> wrote: > I was running 'mvn install' and not 'mvn package' which is why my > wrapper wasn't > being generated; thanks for pointing that out. I guess I always run > 'mvn install' and > expected that to implicitly execute a 'mvn package' but that's > obviously not the case.
Hmmm, mvn install should run package as well. http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html I just tried it an mvn install did the wrapper on my sample project. > Is there a way to get the generated html wrapper installed into my > local repo (along > with the swf)? I tried the following but only the swf was installed: > mvn package install You need to use the assembly plugin. There are previous posts about this. Logan --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
