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.
* 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.