Dennis Lundberg commented on Bug MOJO-1826

I've had a look at this, and it turns out that the problem is the old version (3.0-beta-2) of the Site Plugin that jboss-packaging-maven-plugin used for its last release. Apparently there was some class loading issue in Maven Site Plugin 3.0-beta-2.

To get this working I added a property in target/siteskinner/pom.xml after running 'mvn siteskinner:skin', to override the old Site Plugin version:

<properties>
    ...
    <sitePluginVersion>3.0</sitePluginVersion>
  </properties>

Is this workaround good enough?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to