Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0-beta-3
-
Fix Version/s: 3.0
-
Component/s: Artifacts and Repositories, POM
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
When an artifact with type=pom is passed into MavenProjectBuilder.buildFromRepository(), this previously resolved the artifact as a side-effect of the method invocation. This no longer happens.
Activity
Benjamin Bentmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | [regression] POM artifacts passed into MavenProjectBuilder.buildFromRemoteRepository() are no longer resolved | [regression] POM artifacts passed into MavenProjectBuilder.buildFromRepository() are no longer resolved |
| Description | When an artifact with type=pom is passed into {{MavenProjectBuilder.buildFromRemoteRepository()}}, this previously resolved the artifact as a side-effect of the method invocation. This no longer happens. | When an artifact with type=pom is passed into {{MavenProjectBuilder.buildFromRepository()}}, this previously resolved the artifact as a side-effect of the method invocation. This no longer happens. |
Benjamin Bentmann
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Benjamin Bentmann [ bentmann ] | |
| Fix Version/s | 3.0-beta-4 [ 16712 ] | |
| Resolution | Fixed [ 1 ] |
Benjamin Bentmann
made changes -
| Fix Version/s | 3.0 [ 13142 ] | |
| Fix Version/s | 3.0-beta-4 [ 16712 ] |
Fixed in r992083.