> Well what I really meant was to just declare
>
> <dependency>
> <groupId>com.adobe.framework</groupId>
> <artifactId>flex-framework</artifactId>
> <version>${flex.sdk.version}</version>
> <type>pom</type>
> </dependency>
>
> Then in your plugins, declare/configure flexmojos however you need to
> e.g. generate, wrapper... goals.
I understood you perfectly, and that's what I did. It still does not work
properly with "mvn flexmojo:generate".
> Also I believe by default these two goals are bound to the generate-
> sources and generate-resources phases, respectively, so I typically
> just call the latter which comes later in the build lifecycle i.e.
>
> mvn generate-resources
This DOES work. Excellent. Thanks for the tip.
> Invoking the install phase thus has the same effect, as you've
> mentioned. I am not sure however why calling the goal directly does/
> would not work; maybe it's some quirk (not bug) to do with
> configuration inheritance or yours in particular??
Probably not. In the previous emails, it has been mentioned that this may
be a bug in Maven itself.
--
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/