Ok cool, in your previous-1 post you said you declared flexmojos-flex- super-pom.
Yes I've read the whole thread; I'm just saying there are enough plugins I invoke directly for me to think otherwise: flexmojos:flexbuilder eclipse:m2eclipse tomcat:run-war dependency:xxxxx ... Ok, I figured it out: put you configuration outside the execution i.e. so that it applies to all goals of the plugin. I guess this difference reflects a feature that execution configuration only applies to build lifecycle invocations Velo, I took this op to try the useTideEntityTemplate option and so far it looks like it does the trick; I'm not working on this project at the mo, so haven't run the project, but it uses [Managed] in the XxxBase class instead of [Bindable], which is what I was after. However, I have no idea what swc dependency has org.granite.tide.IEntityManager, so the code won't compile... any clues? Cheers all, D On Dec 18, 1:12 pm, "Lukas Bradley" <[email protected]> wrote: > > 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/
