
|
If you were logged in you would be able to see more operations.
|
|
|
After hacking for quite a while in other projects to get the it's to run,
(fixing sandbox/plugins/maven-plug-it-plugin, shared/maven-plugin-testing-tools and components/maven-settings)
I found, after 9 minutes, this:
Most failed builds had this in the build.log:
That repo isn't used anymore, plus 4-SNAPSHOT is in my local repo already.
I think repo isolation is good but the builds takes very very long because it tries to download
artifacts 71 times (only 57 are succesfully downloaded), using the wrong repo.
Can't the local repo serve as a fallback, or at least serve non-snapshots, so we can't install
the test plugin?
Reasoning; in order to test the current plugin, it must be available in a local repository
structure for maven to find it, due to a bug in maven (MNG-2677).
This requires a new local repo, initially empty. The plugin is added there.
But Maven can only handle 1 local repo at a time, so all the cached data there is not used.
|
|
Description
|
After hacking for quite a while in other projects to get the it's to run,
(fixing sandbox/plugins/maven-plug-it-plugin, shared/maven-plugin-testing-tools and components/maven-settings)
I found, after 9 minutes, this:
Most failed builds had this in the build.log:
That repo isn't used anymore, plus 4-SNAPSHOT is in my local repo already.
I think repo isolation is good but the builds takes very very long because it tries to download
artifacts 71 times (only 57 are succesfully downloaded), using the wrong repo.
Can't the local repo serve as a fallback, or at least serve non-snapshots, so we can't install
the test plugin?
Reasoning; in order to test the current plugin, it must be available in a local repository
structure for maven to find it, due to a bug in maven ( MNG-2677).
This requires a new local repo, initially empty. The plugin is added there.
But Maven can only handle 1 local repo at a time, so all the cached data there is not used. |
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|