You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/10/16 00:32:31 UTC

[jira] Closed: (MAVEN-937) SCM supporting multiple CVS repositories

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Wed, 15 Oct 2003 5:30 PM

Sounds like the wrong approach.

A single project should not be spanning multiple repositories - but your build can. The way to do this, though, is to run scm:bootstrap-project several times, setting the repository values yourself.

The pom.repository.connection value is only used if you don't set the values yourself.

Check http://maven.apache.org/reference/plugins/scm/properties.html - you can set the root and module variables explicitly, then run the goal.
---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-937
    Summary: SCM supporting multiple CVS repositories
       Type: Wish

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

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.1

   Assignee: 
   Reporter: Maxwell Grender-Jones

    Created: Wed, 15 Oct 2003 2:44 PM
    Updated: Wed, 15 Oct 2003 5:30 PM

Description:
I would like to use maven to deploy (from cvs) the projects I work with, which use  components from several different cvs modules. Because of this, I'd like some way to specify more than one scm location to use for checking things out.

I have written a patch for the scm plugin to do this, by splitting the ${pom.repository.connection} variable based on a delimiter (I'm using a comma). I suspect however, that this would break *many* other things.

So... my wish is to be able to use multiple cvs repositories. Is this idea a complete anathema to maven, and if so what would be suggested?


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