You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Holster (JIRA)" <ji...@codehaus.org> on 2007/02/14 12:25:22 UTC

[jira] Commented: (SCM-116) scm:update doesn't iterate through multi-projects

    [ http://jira.codehaus.org/browse/SCM-116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87564 ] 

Mark Holster commented on SCM-116:
----------------------------------

Please keep in mind that for the ClearCase SCM (and maby others?) the scm:update goal should NOT iterate over modules/subdirectories. 
Even not when a construction like
<modules>
  <module>../Module1</module>
  <module>../../../Module2</model>
</modules>
is specified.

At any point in a clearcase view (= a directory structure) the scm:update command will result in an update of the entire directory hierarchy, so iterating over all modules will slow down the update process dramatically.

> scm:update doesn't iterate through multi-projects
> -------------------------------------------------
>
>                 Key: SCM-116
>                 URL: http://jira.codehaus.org/browse/SCM-116
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-plugin
>    Affects Versions: 1.0-beta-2
>            Reporter: David Boden
>             Fix For: 1.0
>
>         Attachments: UpdateSubprojectsMojo.java
>
>
> scm:update doesn't iterate through projects
> ----
> C:\dev\CDSSS>mvn scm:update
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   SalesStation ss_base_shared
> [INFO]   SalesStation cds_ss_shared
> [INFO]   SalesStation ss_offering_shared
> [INFO]   SalesStation ss_base_applet
> [INFO]   SalesStation sales_station_lib
> [INFO]   SalesStation ss_offering_lib
> [INFO]   SalesStation sales_station_applet
> [INFO]   SalesStation cds_ss_applet
> [INFO]   SalesStation cds_ss_lib
> [INFO]   SalesStation SS webapp
> [INFO]   SalesStation FET_S webapp (contains images)
> [INFO]   SalesStation CDSSS webapp
> [INFO] Searching repository for plugin with prefix: 'scm'.
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building SalesStation CDSSS webapp
> [INFO]    task-segment: [scm:update] (aggregator-style)
> [INFO] ----------------------------------------------------------------------------
> [INFO] [scm:update]
> [INFO] Executing: cvs -f -q update -d
> [INFO] Working directory: C:\dev\CDSSS
> [WARNING] Unknown status: '? '.
> [WARNING] Unknown status: 'M '.
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: 5 seconds
> [INFO] Finished at: Thu Dec 15 10:38:24 GMT 2005
> [INFO] Final Memory: 3M/7M
> [INFO] ----------------------------------------------------------------------------
> C:\dev\CDSSS>
> ----
> Any reason why it doesn't iterate? I'm using Maven 2.0.1 and SCM version 1.0-beta-2. Thanks.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira