Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0-beta-2
-
Fix Version/s: 2.0
-
Component/s: maven-scm-api
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
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?
Activity
Emmanuel Venisse
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.0-beta-3 [ 12122 ] |
Emmanuel Venisse
made changes -
| Workflow | jira [ 46203 ] | Maven New [ 53284 ] |
Emmanuel Venisse
made changes -
| Fix Version/s | future [ 12423 ] |
Emmanuel Venisse
made changes -
| Fix Version/s | future [ 12423 ] | |
| Fix Version/s | 2.0 [ 13381 ] |
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.