I have an m2 reactor project where one of the modules is the skin used by one of the other modules (and every of its children).
root |- maven-skin '- module1 (using maven-skin) The problem is that module1 declare the skin in its site.xml file and this way the version is not updated when I use the release:prepare to update my poms. So I checked the site plugin searching for a way to declare the skin in the plugin configuration instead of the site.xml descriptor but there is no such option. I think that a good solution would be to use something like the remote resource plugin (used for LICENSE/NOTICE) also for the skin declaration. Have you any suggestion for my use case? Should I propose in the maven2 site plugin JIRA the feature request for the skin configuration option? Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
