You can use <stripVersion>true</stripVersion> to get rid of the
{project.version} part (it becomes ${project.artifactId}.swf).Clement On Wed, May 25, 2011 at 6:29 PM, 王平 <[email protected]> wrote: > Hi All > Any comments will be respected. thanks > > > *From:* 王平 <[email protected]> > *Sent:* Wednesday, May 25, 2011 5:57 PM > *To:* [email protected] > *Subject:* [flex-mojos] about copy-flex-resources > > > 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/ > > -- > 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/
