[ https://issues.apache.org/jira/browse/SCM-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963503#comment-17963503 ]
ASF GitHub Bot commented on SCM-889: ------------------------------------ jira-importer commented on issue #1112: URL: https://github.com/apache/maven-scm/issues/1112#issuecomment-2964646472 **[Chris Graham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=chrisgwarp)** commented Here is the output of a release:prepare ``` [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "scm create changeset --username Deb --password ***** "[maven-release-plugin] prepare release GPDB-1.0.56"" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm status --username Deb --password ***** --wide" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm changeset associate --username Deb --password ***** 2397 62" [INFO] Executing: cmd.exe /X /C "scm status --username Deb --password ***** --wide" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm checkin --username Deb --password ***** C:\Workspaces\Apache\GPDB\pom.xml C:\Workspaces\Apache\GPDB\GPDBResources\pom.xml C:\Wor kspaces\Apache\GPDB\GPDBWeb\pom.xml C:\Workspaces\Apache\GPDB\GPDBEAR\pom.xml" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm deliver --repository-uri https://rtc:9444/jazz --username Deb --password ***** --source GPDBWorkspace --target GPDBStream --over write-uncommitted" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Tagging release with the label GPDB-1.0.56... [INFO] Executing: cmd.exe /X /C "scm status --username Deb --password ***** --wide" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm create snapshot --repository-uri https://rtc:9444/jazz --username Deb --password ***** --name GPDB-1.0.56 --description "[maven-release-plugin] copy for tag GPDB-1.0.56" GPDBWorkspace" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm create workspace --repository-uri https://rtc:9444/jazz --username Deb --password ***** GPDB-1.0.56 --snapshot GPDB-1.0.56" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm deliver --repository-uri https://rtc:9444/jazz --username Deb --password ***** --source GPDB-1.0.56 --target GPDBStream" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm snapshot promote --repository-uri https://rtc:9444/jazz --username Deb --password ***** GPDBStream GPDB-1.0.56" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Transforming 'GPDB - J2EE Multi Module Project'... [INFO] Transforming 'GPDB - Resources Project'... [INFO] Transforming 'GPDB - WAR Project'... [INFO] Updating GPDBResources to 1.0.57-SNAPSHOT [INFO] Transforming 'GPDB - EAR Project'... [INFO] Updating GPDBWeb to 1.0.57-SNAPSHOT [INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "scm create changeset --username Deb --password ***** "[maven-release-plugin] prepare for next development iteration"" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm status --username Deb --password ***** --wide" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm changeset associate --username Deb --password ***** 2401 62" [INFO] Executing: cmd.exe /X /C "scm status --username Deb --password ***** --wide" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm checkin --username Deb --password ***** C:\Workspaces\Apache\GPDB\pom.xml C:\Workspaces\Apache\GPDB\GPDBResources\pom.xml C:\Workspaces\Apache\GPDB\GPDBWeb\pom.xml C:\Workspaces\Apache\GPDB\GPDBEAR\pom.xml" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Executing: cmd.exe /X /C "scm deliver --repository-uri https://rtc:9444/jazz --username Deb --password ***** --source GPDBWorkspace --target GPDBStream --over write-uncommitted" [INFO] Working directory: C:\Workspaces\Apache\GPDB [INFO] Release preparation complete. ``` and the checkout (or load in jazz SCM terms) is: ``` [INFO] - > Jazz tag command creates snapshot in wrong workspace > ---------------------------------------------------- > > Key: SCM-889 > URL: https://issues.apache.org/jira/browse/SCM-889 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-jazz > Affects Versions: 1.9.5, 1.10.0 > Reporter: Sérgio Ozaki > Assignee: Chris Graham > Priority: Major > Fix For: 1.11.1 > > > Jazz provider tag command uses the jazz workspace set int the pom.xml scm > tag. When in other jazz workspace, the snapshot is not created based on the > current work. -- This message was sent by Atlassian Jira (v8.20.10#820010)