I feel like this is probably documented somewhere, but I can't seem to find
it, so I apologize if it's a simple link.
I have a simple two project setup. One library, one swf project which both
extends from a parent pom in the directory above them
and my parent pom extendds flexmojos-flex-super-pom as the parent
<parent>
<artifactId>flexmojos-flex-super-pom</artifactId>
<groupId>org.sonatype.flexmojos</groupId>
<version>4.0-SNAPSHOT</version>
</parent>
and I'm trying to run flexmojos:flexbuilder to setup flexbuilder
configuration files and I'm getting the following error:
Could not find goal 'flexbuilder' in plugin
org.sonatype.flexmojos:flexmojos-maven-plugin:4.0-SNAPSHOT
Is there a new command to generate, or has this not been implemented yet? Is
there a version that I can use that will run this
for flex 4.5 framework? I ran flexmojos:flexbuilder against
flexmjos-maven-plugin:3.8 and it worked, however, the projects that it
created
didn't compile cos they were referencing old flex sdks. I'm just about to
start digging into all the settings for flex builder configuration on 3.8 to
see if I can change that and the other configurations I need, but have
really been getting frustrated and thought I could use a point in the right
direction.
Any help is much appreciated!
Thanks,
Brian
--
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
http://flexmojos.sonatype.org/