The following comment has been added to this issue:

     Author: dion gillard
    Created: Thu, 29 Jul 2004 8:19 PM
       Body:
This should be documented as an FAQ.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSCM-9?page=comments#action_22504

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-9

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-9
    Summary: Multiple project checkout
       Type: New Feature

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin

   Assignee: 
   Reporter: Hans Dockter

    Created: Thu, 20 May 2004 3:15 AM
    Updated: Thu, 29 Jul 2004 8:19 PM

Description:
Sometimes you want to check out everything from head. It would be nice to have a 
feature to tell the plugin to do this instead of writing something like:

<?xml version="1.0" encoding="ISO-8859-1"?>
<project default="checkout" xmlns:j="jelly:core" xmlns:m="jelly:maven">
        <goal name="ckeckout">
                <j:set var="maven.scm.cvs.module" value="projects"/>
                <attainGoal name="scm:checkout-project"/>
                <j:set var="maven.scm.cvs.module" value="webserver"/>
                <attainGoal name="scm:checkout-project"/>
                .....
        </goal>
</project>

Anyway, thanks for the wonderful maven (-:


---------------------------------------------------------------------
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