Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

m-remote-resources-p && mvn 3.2.1 vs mvn 3.2.3

$
0
0
m-remote-resources-p:process has serious bug with excludeTransitive option:

* with maven 3.2.1 excludeTransitive=false, my build completes in
about 10 seconds
* with maven 3.2.3 excludeTransitive=false, my build dies with OOME
after about 2 minutes
* with maven 3.2.3 excludeTransitive=true, my build completes in
about 10 seconds

Anyone else seeing this? It looks like it was introduced in v1.5
because of http://jira.codehaus.org/browse/MRRESOURCES-58 -- look at
the patch that was applied, the logic behind 'if (
this.excludeTransitive )' looks to be exactly wrong.

Viewing all articles
Browse latest Browse all 5648

Trending Articles