Message: The following issue has been closed.
Resolver: Brett Porter Date: Fri, 23 Jul 2004 2:28 AM as per Michal's comment --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-152 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-152 Summary: Add a repository Element to dependency Type: Wish Status: Closed Priority: Minor Resolution: WON'T FIX Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Components: model additions Versions: 1.0-beta-8 Assignee: Reporter: Tobias Rademacher Created: Wed, 20 Nov 2002 1:09 PM Updated: Fri, 23 Jul 2004 2:28 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]