AFIK copy-flex-resources doesn't have this outputDirectory option. I have no idea where you saw that, but if was on docs send me the link so I can fix it. Available options http://sites.sonatype.org/flexmojos/flexmojos-maven-plugin/copy-flex-resources-mojo.html
VELO On Tue, Apr 7, 2009 at 2:51 PM, Fernando Wermus <[email protected]>wrote: > Velo, > I fill the output directory with the correspondent path (same than > maven-dependency-plugin as you can see below), but I get the swf file copied > to webapp/ instead of the path mentioned. Is it fine to fill the > excecutions/excecution/configuration/outputDirectory with the path or there > is another place to fill it in? > > Thanks in advance > > > > On Mon, Apr 6, 2009 at 6:37 PM, Marvin Froeder <[email protected]> wrote: > >> What is going wrong? >> VELO >> >> >> On Mon, Apr 6, 2009 at 6:19 PM, Fernando Wermus < >> [email protected]> wrote: >> >>> I would like that Flex-Mojos do the following goal, which I know it is >>> posible, but I cannot make it work in the correct path. >>> >>> <plugin> >>> <groupId>org.apache.maven.plugins</groupId> >>> <artifactId>maven-dependency-plugin</artifactId> >>> <executions> >>> <execution> >>> <id>copy-flex-resources</id> >>> <phase>compile</phase> >>> <goals> >>> <goal>copy-dependencies</goal> >>> </goals> >>> <configuration> >>> <outputDirectory>PATH</outputDirectory> >>> <includeTypes>swf,swc</includeTypes> >>> <stripVersion>true</stripVersion> >>> </configuration> >>> </execution> >>> </executions> >>> </plugin> >>> >>> >>> My current set up is the following: >>> >>> <!-- <plugin>--> >>> <!-- <groupId>org.sonatype.flexmojos</groupId>--> >>> <!-- <artifactId>flexmojos-maven-plugin</artifactId>--> >>> <!-- <version>3.1.0</version>--> >>> <!-- <executions>--> >>> <!-- <execution>--> >>> <!-- <goals>--> >>> <!-- <goal>copy-flex-resources</goal>--> >>> <!-- </goals>--> >>> <!-- <configuration>--> >>> <!-- >>> <outputDirectory>PATH</outputDirectory>--> >>> <!-- >>> <includeTypes>swf,swc</includeTypes>--> >>> <!-- >>> <stripVersion>true</stripVersion>--> >>> <!-- </configuration>--> >>> <!-- </execution>--> >>> <!-- </executions>--> >>> <!-- </plugin>--> >>> >>> Thanks in advance! >>> -- >>> Fernando Wermus. >>> >>> www.linkedin.com/in/fernandowermus >>> http://mientretiempo.blogspot.com/ >>> >>> >>> >> >> >> > > > -- > Fernando Wermus. > > www.linkedin.com/in/fernandowermus > http://mientretiempo.blogspot.com/ > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
