Issue Details (XML | Word | Printable)

Key: SCM-133
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Mike Perham
Votes: 0
Watchers: 0
Operations

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

Merge redundant repository classes

Created: 16/Jan/06 01:35 PM   Updated: 05/Apr/07 05:00 AM
Component/s: maven-scm-api
Affects Version/s: 1.0-beta-2
Fix Version/s: 2.0

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
Currently there are:

com.apache.maven.scm.repository.ScmRepository
com.apache.maven.scm.provider.ScmProviderRepository

The comment at the top of the former says:

  • @todo clarify need - should be able to merge with ScmProviderRepository?


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Trygve Laugstol added a comment - 16/Jan/06 04:26 PM
IIRC this was to minimize the info to the provider to exactly what it needed. There's a lot of code that's shared between and hidden from the providers and instead put in the API.