The following comment has been added to this issue:

     Author: Michal Maczka
    Created: Tue, 5 Aug 2003 2:32 PM
       Body:
-1

Such information should be retrived from POM of given dependency.
It is alredy there. 
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-152


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-152
    Summary: Add a repository Element to dependency
       Type: Wish

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             Requested POM Additions
   Fix Fors:
             1.1
   Versions:
             1.0-beta-8

   Assignee: 
   Reporter: Tobias Rademacher

    Created: Wed, 20 Nov 2002 1:09 PM
    Updated: Mon, 4 Aug 2003 9:39 AM

Description:
Sometimes it would be usefull to automatically download a different cvs project on 
which the current one depends.

If we have a repositoryURL child-element of dpenendeny we can build a plugin for that 
e.g

<dependency>
  <id>jakarta-turbine-maven</id>
  <version>head</version>
  <repository>
    <!-- url is used only if your are behind a firewall 
         could trigger the plugin to use cvsgrab instead of
         ant's own cvs mechanism.
     -->
    <url>http://cvs.apache.org/viewcvs/</url>
    <cvsHost>cvs.apache.org</cvsHost>
    <cvsRoot>/cvsroot</cvsRoot>
    <cvsModule>jakarta-turbine-maven</cvsModule>
  </repository>
</dependecy>

This could be use to set up mutiproject built by having a project descriptor only.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to