I see that now.

So can we go the other way and remove the duplicates in other
directories? Surely one of buildtools/ or maven/ can go and be rolled
into one?

It just seems like we have at least 4 kinda-build-tool-ish modules and
I'm not clear how they differ enough to be separate:

(root)
buildtools/
maven/
eclipse/

And then yes etc/ can go?

On Fri, Jun 4, 2010 at 1:22 AM, Drew Farris <[email protected]> wrote:
> The files in eclipse/src/main/resources are referenced by the
> maven-eclipse-plugin configuration in the pom.xml file at the top level.
> They are referred to in the additionalConfig section via the classpath.
>
> The only thing that's in that directory now that happens to be a duplicate
> of an item elsewhere in the project is mahout-pmd-ruleset.xml.  We can get
> rid of that and add the buildtools artifact as a dependency to the maven
> eclipse plugin.
>
> The file eclipse/setup-eclipse-workspace.xml refers to
> etc/mahout-checkstyle.xml (which doesn't exist) .. this should be changed to
> reference the checkstyle configuration in buildtools as well. I wonder,
> could probably rid ourselves of the etc directory entirely?
>

Reply via email to