Think you are missing the "<extensions>true</extensions>" insite the plugin definition. http://www.sonatype.com/books/mvnref-book/reference/flex-dev-sect-custom-lifecycle.html
Chris 2011/3/16 Sri Sankaran <[email protected]>: > That was my first thought. However I can't see what configuration from the > original (working multi-module) project I am missing. The new project's POM > looks essentially like follows: > <project..> > <modelVersion>4.0.0</modelVersion> > <groupId>com.sas.mis.flex</groupId> > <version>1.0</version> > <artifactId>mis-flex-library</artifactId> > <packaging>swc</packaging> > . > . > <build> > <sourceDirectory>src/main/flex</sourceDirectory> > <plugins> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>3.8</version> > <configuration>...</configuration> > <dependencies>...</dependencies> > </plugin> > </plugins> > </build> > <!-- Project dependencies--> > <dependencies>...</dependencies> > </project> > Anything jump out at you? > Sri > > -- > 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/ > -- 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/
