Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-977

Content Blocks Demo has outdated gallerypicker dependency

    XMLWordPrintable

Details

    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>

      Attachments

        Activity

          People

            hippo-helpdesk@bloomreach.com Hippo Helpdesk
            nvankampenhout Niels van Kampenhout
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: