History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SCM-203
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Tran
Reporter: Antonio D'Errico
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven SCM

The SCM starteam provider issue parameter

Created: 18/May/06 03:43 AM   Updated: 18/May/06 09:55 AM
Component/s: maven-scm-provider-starteam
Affects Version/s: 1.0-beta-3
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

File Attachments: 1. Text File SCM-203.patch (8 kb)


Complexity: Intermediate


 Description  « Hide
On starteam you can specify the issue to checkin the file. So the provider now have two hidden properties:
  • maven.scm.issue.type with admissible values cr, task, req, active to specify the issue type for checkin
  • maven.scm.issue.value that contains the complete path from the root folder of the StarTeam project view to the item if the issue.type is active this properties should have no value, and is ignored


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Venisse - 18/May/06 07:04 AM
Can you add a patch for documentation too?

Dan Tran - 18/May/06 09:02 AM
Emmanuel, we surely need a page discussing hidden properties/features in starteam provider, I will crank one up

Dan Tran - 18/May/06 09:55 AM
Applied the patch with some changes to generalize the issue types checkin handling + one more unit test.
Thanks Antonio