Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-71

[configuration] Fake "resources" dependency kills Maven2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1
    • None
    • None
    • None
    • Operating System: other
      Platform: Other

    • 37152

    Description

      This dependency:
      <!-- Fake dependency to test loading configuration files from a JAR -->
      <dependency>
      <id>resources</id>
      <version>1.0</version>
      <scope>test</scope>
      </dependency>

      kills Maven 2 because of the transitive nature of Maven2. Maven2 if it has a dependency on a project
      gets all its dependencies as well. So resources of course doesn't exist and fails. Now, currently the
      Maven2 POM is created FROM the maven1 POM.
      http://www.ibiblio.org/maven2/commons-configuration/commons-configuration/1.1/commons-
      configuration-1.1.pom

      We need to either add a Maven2 pom, or just create a fake resources.jar, but in the commons-
      configuration groupId.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dep4b David Eric Pugh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: