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

