You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Adam Winer <aw...@gmail.com> on 2009/07/25 00:53:38 UTC

Recursively growing /features/target directory?

I'm seeing that everytime I do mvn install on features/pom.xml, the
target directory keeps growing, with another recursive level of
directories:
  features/target/classes/features/target/classes/features/target/classes etc...

This grew up to ~40,000 files on my local dev installation, to the
point where "mvn clean" had an OutOfMemoryError.

Anyone see why this is happening?  Nothing in the pom.xml seems off.

-- Adam

Re: Recursively growing /features/target directory?

Posted by Paul Lindner <li...@inuus.com>.
I'm not seeing this.  I'm using maven 2.2.0
On Fri, Jul 24, 2009 at 3:53 PM, Adam Winer <aw...@gmail.com> wrote:

> I'm seeing that everytime I do mvn install on features/pom.xml, the
> target directory keeps growing, with another recursive level of
> directories:
>  features/target/classes/features/target/classes/features/target/classes
> etc...
>
> This grew up to ~40,000 files on my local dev installation, to the
> point where "mvn clean" had an OutOfMemoryError.
>
> Anyone see why this is happening?  Nothing in the pom.xml seems off.
>
> -- Adam
>