Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
content-blocks-1.12.00
-
None
Description
When building content blocks demo trunk, build fails with following error:
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.onehippo.cms7:hippo-plugin-content-blocks-demo-cms:1.12.00-SNAPSHOT (/Users/niels/workspace-cms/hippo-cms7/plugins/content-blocks/demo/trunk/cms/pom.xml) has 1 error
[ERROR] 'dependencies.dependency.version' for org.onehippo.addon.frontend.gallerypicker:gallerypicker:jar is missing. @ line 73, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
This is caused by a dependency on gallerypicker in:
https://svn.onehippo.org/repos/hippo/hippo-cms7/plugins/content-blocks/demo/trunk/cms/pom.xml
which has outdated package and artifact names:
<!-- Gallery picker dependency -->
<dependency>
<groupId>org.onehippo.addon.frontend.gallerypicker</groupId>
<artifactId>gallerypicker</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
</exclusion>
</exclusions>
</dependency>