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

Import tool - Overriding of Maven <distributionManagement> is not correct

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Outdated
    • import-tool-1.04.00
    • None
    • None

    Description

      Problem/Solution was reported in the mailinglist:
      http://hippo.2275632.n2.nabble.com/Hippo-Forge-Import-Tool-archetype-issue-td7579364.html

      ===========

      When generating a project with the Hippo archetype, it does not build on some environment because it does not override correctly the <distributionManagement> pushed by the super POM.

      Although I strongly think super POMs must not contain project specific metadata (see ARCHE-88), here is an easy hack:

      <distributionManagement>
      <repository>
      <id>-</id>
      <url>-</url>
      </repository>
      <snapshotRepository>
      <id>-</id>
      <url>-</url>
      </snapshotRepository>
      </distributionManagement>

      ------------

      The archetype of import-tool has the same problem as ARCHE-205, and so the solution should be the same.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wko Woonsan Ko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: