m2 assembly confusion

2007-06-08 Thread Nigel Magnay
I have a project that is buildig in Hudson, that uses the m2 assembly plugin. In the project pom, it explicitly sets the version of that plugin to 2.1. It builds correctly from the commandline, and it mostly builds correctly in hudson, but occasionally (I suspect it might be an update issue),

Re: m2 assembly confusion

2007-06-08 Thread Kohsuke Kawaguchi
Maybe this has something to do with process reusing. Can you run hudson.maven.ProcessCache.MAX_CACHE=0; to see if that fixes the problem? Nigel Magnay wrote: I have a project that is buildig in Hudson, that uses the m2 assembly plugin. In the project pom, it explicitly sets the version of