You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/10/19 03:31:22 UTC

DO NOT REPLY [Bug 37152] New: - Fake "resources" dependency kills Maven2

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: epugh@upstate.com


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org