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.
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
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??
Anyway, it works!
On Dec 17, 4:03 pm, velo <[email protected]> wrote:
> > However, to save headaches of this group, and of the users who are
> > trying to get this to work, I'd recommend the WIKI page be clarified.
> > If you guys don't have a problem with me doing the editing, I'd be
> > happy to.
>
> No problem at all, the wiki is public editable, so be my guess.
>
> VELO
--
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/