Hi,
last Weekend I tried to migrate from FM3.7.1 to FM4-SNAPSHOT ... I noticed
that here my resource directroy no longer seems to be rcognized. My
directory structure looks like this:
src/main/flex
src/main/resources
all of my embedded resources now threw errors. I hadd to append
"../resources" to every embedded resource to make the project compile.
Guess this should not be that way.
Here a snapshot of my config:
<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
</resources>
<sourceDirectory>src/main/flex</sourceDirectory>
<plugins>
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<extensions>true</extensions>
What am I doing wrong?
Chris
--
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/