expanded the zip, replaced the content of the application pom.xml file. I had to add the following definition to parent pom to download the 3.10-SNAPSHOT

    <pluginRepositories>
        <pluginRepository>
            <id>codehaus-snap</id>
            <url>https://nexus.codehaus.org/content/repositories/snapshots/</url>
        </pluginRepository>
    </pluginRepositories>

After that the build passed to me (verifyIntegrity parameter still commented out).

I guess I will add some debug messages to the build process and let you run it and attach the output.

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