Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-beta-1
-
None
Description
See the attached test case :
1.
- Files located inside tobedeployed have to be deployed to a remote repository.
- This remote repository must be declared as mirror in your settings.xml.
- a:1 will be available in the mirror
2. - run "mvn clean install" inside tobeinstalled
- it will install a:2 to local repository
- b:1 will fail complaining it cannot find a:1 even though it is on the mirror
3. - Clean your local repository com/mycompany/app/a
- run "mvn clean install" inside tobeinstalled/b
- b:1 will retrieve a:1 from mirror and compile correctly
Note that this works correctly with 2.2.1, 3.0-alpha-7. It breaks with beta-1 and upcoming beta-2.
Attachments
Attachments
Issue Links
- is related to
-
MNG-4326 Maven should not check snapshot repositories for dependencies in the reactor
- Closed