Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.werken.com/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: Assigned Priority: Minor Time Spent: Unknown Estimate: 0 minutes Project: maven Component: Requested POM Additions Versions: 1.0-beta-8 Assignee: Jason van Zyl Reporter: Tobias Rademacher Created: Wed, 20 Nov 2002 1:09 PM Updated: Wed, 20 Nov 2002 1:09 PM 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.werken.com/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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
