Hi, There is any particular reason for the earlier version of flexmojos HtmlWrapperMojo to not implement the same solution used in *version 3.8* for ignoring CVS or SVN dirty files?
If I use the *version 3.8* for coping the html-template from a folder in the project everything works fine, but when I switch it to the *version 5.0-beta* the CVS folder is copied into to my target folder, and this makes my eclipseCVS integration missunderstood the commit even with the target folder on the .cvsigonre. I have even made a comment on the code section that treates this [https://github.com/velo/flexmojos/commit/dcd31bc3ba63a394582ca72c07487563f47dc9d8#commitcomment-2522765]; this is the configuration of my htmlWrapper execution: <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>3.8</version> > <executions> > <execution> > <id>flex-wrapper</id> > <phase>prepare-package</phase> > <goals> > <goal>copy-flex-resources</goal> > </goals> > </execution> > </executions> > </plugin> -- -- 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 http://flexmojos.sonatype.org/ --- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
