DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37152>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37152

           Summary: Fake "resources" dependency kills Maven2
           Product: Commons
           Version: 1.1.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Configuration
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to