On May 28, 11:08 pm, Marvin Froeder <[email protected]> wrote:
 > But yes, is a nice improvement, you can open a ticket for
ithttps://issues.sonatype.org/browse/FLEXMOJOS

i resolve with flex-mojos:

<plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <version>3.2.0</version>
        <executions>
          <execution>
            <goals>
              <goal>copy-flex-resources</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
               <webappDirectory>${project.build.directory}/$
{project.build.finalName}/swf</webappDirectory>
               <stripVersion>true</stripVersion>
               <copyRSL>true</copyRSL>
        </configuration>
</plugin>

Then, the webppDirectory  works fine.

regards Lorenzo
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to