|
This is causing issues such as MGNLEE-162 - clover-instrumented get installed in our local repositories, and somehow, despite them being built with the correct name (...-bundle-clover.zip for instance), they end up being copied to the local repo as ..-bundle.zip, thus overriding the "real" bundle. This does not affect the deploy phase, which is why this is only occuring when the same local repo was used to build module-bundles and the ee-bundle, for instance.
We can avoid this by using the instrument-test goal instead of instrument.
See http://forums.atlassian.com/thread.jspa?messageID=257322053
|