Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-402

SVN version of project.xml maven POM defined dependencies NOT available

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.1 Final
    • 2.1 Final
    • build
    • None
    • Maven

    Description

      Three dependencies specified in the project.xml (Maven project file)
      are not available via the URLs specified in the file, or are not
      found at any of the listed repositories in the project.properties.

      Workaround is to comment out the three dependencies
      as it appears they are used to generate reports.

      Either remove, if not needed, or put on a public repository.

      The dependencies are ...
      specified as

      <dependency>
      <groupId>maven-plugins</groupId>
      <artifactId>maven-findbugs-plugin</artifactId>
      <version>0.8.5</version>
      <type>plugin</type>
      <properties>
      <comment>maven plugin for the findbug report. UNOFFICIAL RELEASE hosted at magnolia.sf.net</comment>
      </properties>
      </dependency>

      <dependency>
      <groupId>maven</groupId>
      <artifactId>maven-war-plugin</artifactId>
      <version>1.7-UNOFFICIAL-1</version>
      <type>plugin</type>
      <url>http://magnolia.sourceforge.net/maven/repository/maven/plugins/maven-war-plugin-1.7-UNOFFICIAL-1.jar</url>
      <properties>
      <comment>
      war plugin: unofficial builds which adds the patch in http://jira.codehaus.org/browse/MPWAR-30
      </comment>
      </properties>
      </dependency>
      <dependency>
      <groupId>maven</groupId>
      <artifactId>maven-eclipse-plugin</artifactId>
      <version>1.10-UNOFFICIAL-2</version>
      <type>plugin</type>
      <url>http://magnolia.sourceforge.net/maven/repository/maven/plugins/maven-war-plugin-1.10-UNOFFICIAL-2.jar</url>
      <properties>
      <comment>
      maven eclipse plugin: unofficial builds which contains WTP features
      </comment>
      </properties>
      </dependency>

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              fgiust Fabrizio Giustina
              rbuckland Ramon Buckland
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD