Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.9, 2.1.0
-
Fix Version/s: 2.2.1
-
Component/s: Artifacts and Repositories, General
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
To reproduce this issue:
- Create a project (let's call this projectA) with a class named ClassA having a method named methodA(). Set the version as 1.0-SNAPSHOT and set uniqueVersion=true.
- Deploy this in a remote repository
- Create another project (let's call this projectB) which has a dependency on projectA. Set the dependency's version to the specific timestamped version when projectA was deployed in step 2. Create a class named ClassB and add a method which invokes ClassA's methodA().
- Add your remote repository either in the settings or in the pom.
- Build projectB. You will get a successful build.
- Now go back to projectA and remove methodA() from classA.
- Deploy projectA to the remote repository again.
- Update the dependency version of projectA in projectB's pom.xml. Set it to the latest timestamp version.
- Build projectB. Your build will fail because methodA() was removed.
- Revert the dependency version of projectA in projectB's pom.xml. Set it to the same value you've set in step 3.
- Build projectB. Your build will still fail even though you've set the correct version.
Activity
Maria Odea Ching
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 2.0.9 [ 13801 ] |
Maria Odea Ching
made changes -
| Attachment | mng-4189.zip [ 42476 ] |
Maria Odea Ching
made changes -
| Assignee | Maria Odea Ching [ oching ] |
Maria Odea Ching
made changes -
| Attachment | MNG-4189-core-integration-testing.patch [ 42498 ] |
Maria Odea Ching
made changes -
| Attachment | MNG-4189-maven-2.1.x.patch [ 42499 ] |
Benjamin Bentmann
made changes -
| Attachment | MNG-4189.patch [ 42543 ] |
John Casey
made changes -
| Fix Version/s | 2.2.0 [ 15103 ] |
John Casey
made changes -
| Fix Version/s | 2.2.x [ 13141 ] | |
| Fix Version/s | 2.2.0 [ 15103 ] |
Maria Odea Ching
made changes -
| Fix Version/s | 2.2.x [ 13141 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 2.1.1 [ 15268 ] |
Benjamin Bentmann
made changes -
| Fix Version/s | 2.2.1 [ 15328 ] |
Brett Porter
made changes -
| Fix Version/s | 2.1.1 [ 15268 ] |