Re: [ANN] Maven 2.1.0-M1 Released

2008-09-24 Thread Asgeir S. Nilsen
Where is this new make-like reactor documented? Is it part of 2.1.0-M1? I also could not find a tag for 2.1.0-M1 in Subversion, so verifying what is actually part of 2.1.0-M1 is a bit difficult. Asgeir On Fri, Sep 19, 2008 at 10:33, Brett Porter <[EMAIL PROTECTED]> wrote: > Well that isn't too

Re: from workaround to workaround 1

2008-09-05 Thread Asgeir S. Nilsen
Wolfgang, For test resources you should use the element, not the element. The documentation is a bit shallow on this matter. Asgeir On Fri, Sep 5, 2008 at 08:46, <[EMAIL PROTECTED]> wrote: > Hi, > > > > here is a small story about working with Maven. In my experience of 6 > months now this ha

Re: How to disable a plugin?

2008-09-05 Thread Asgeir S. Nilsen
In the submodule where you don't want the plugin to run, add a element with the following elements within: some-id none On Fri, Sep 5, 2008 at 08:40, youhaodeyi <[EMAIL PROTECTED]> wrote: > > In the parent pom, it includes copy-dependency plugin which I want to > disable > in the

Re: Memory issues in 2.0.9

2008-05-19 Thread Asgeir S. Nilsen
Do you think this is related to MCOMPILER-64 in any way? We've started experiencing a number of PermGen errors in our build. Most of the time setting PermSize to 128m helps, but not always. Asgeir On Thu, May 15, 2008 at 3:28 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > Hello, I'm not sure what