On Thu, Jun 3, 2010 at 5:40 PM, Sean Owen <[email protected]> wrote:

>
> For the moment, let me suggest a non-controversial change: I could not
> find any reference at all to files in the following directories, and,
> at least, Maven works fine without them. It does seem like every
> reference is to the other copy.
>
> etc/
> eclipse/src/main/resources/
>

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