Hi all!
     I need to achieve the goal to copy my swf file to my webapp project.
But Flexnojo copies to webapp folder, instead webapp/myFolder... I couldn't
find enough info to get this work.

Any help? This is the plugin I am trying to set up.

           <plugin>
                <groupId>org.sonatype.flexmojos</groupId>
                <artifactId>flexmojos-maven-plugin</artifactId>
                <version>3.1.0</version>
                <configuration>
                    <buildOutputDirectory>/flex</buildOutputDirectory>
                </configuration>
                <executions>
                    <execution>
                            <goals>
                                  <goal>copy-flex-resources</goal>
                            </goals>
                      </execution>
                </executions>
         </plugin>

Thanks in advance.

-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus
http://mientretiempo.blogspot.com/

Reply via email to