it could copy swf but the final name became :
${project.artifactId}-${project.version}.swf
How to fix that. thanks.
this is my script in pom:
<dependencies>
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>text-layout</artifactId>
<version>4.0.0.13875</version>
<type>swf</type>
</dependency>
...........
<plugins>
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>3.6</version>
<executions>
<execution>
<goals>
<goal>wrapper</goal>
<goal>copy-flex-resources</goal>
</goals>
</execution>
</executions>
.........
--
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/