On Fri, Jun 18, 2010 at 12:58 PM, thouse <[email protected]> wrote: > <build> > <sourceDirectory>rm-gui/src</sourceDirectory> > <testSourceDirectory>rm-gui/test</testSourceDirectory> > <plugins> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>3.7.1</version> > <extensions>true</extensions> > <configuration> > <sourcefile>stub.mxml</sourcefile> > </configuration> > </plugin> > </plugins> > </build>
It think it should be <sourceFile> (note capital F), I believe properties are case-sensitive in Maven. Logan -- 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/
