Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With latest changes in Flexmojos 7.1.0 -SNAPSHOT however a new option has been added to the toolbox.

...

Code Block
<plugin>
    <groupId>net.flexmojos.oss</groupId>
    <artifactId>flexmojos-maven-plugin</artifactId>
    <version>7.1.0-SNAPSHOT<0</version>
    <extensions>true</extensions>
    <executions>
        <execution>
            <id>copy-test-resources</id>
            <goals>
                <goal>copy-flex-resources</goal>
            </goals>
        </execution>
    </executions>
</plugin>

...