DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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> |
...