mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@544282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c3969ff80
commit
1506bf9694
|
@ -1,9 +0,0 @@
|
|||
1. Go to the parent directory and call mvn deploy
|
||||
2. Go to the issue directory and call mvn eclipse:eclipse, the project is now dependent on junit-3.7 as defined in the dependencyManagement of the parent
|
||||
3. Set your local repo in settings.xml to something else e.g. <localRepository>/temp/repo-m2-local</localRepository>
|
||||
4. Go to the parent directory and change the version of junit to 3.8
|
||||
5. Call again mvn deploy, but Maven will now use the temporary local repo for installation of the updated POM
|
||||
6. Go to the issue directory and call mvn eclipse:eclipse, the project is now dependent on junit-3.8 as defined in the dependencyManagement of the parent
|
||||
7. Restore your settings.xml
|
||||
8. Call mvn eclipse:eclipse again for the issue, the project is still dependent on junit-3.7 the available newer version of the snapshot parent is ignored
|
||||
|
Loading…
Reference in New Issue