> 1) The Maven convention and good practice is to put ressources files like
> *.txt in src/main/resources.

I totally agree - long-term we will move everything that's not a .java
file there.  We're still adjusting to doing everything the Maven way.

> 2) The change you have is due to the new version 2.6 of the plugin which was
> released few days ago. To avoid such a surprise in the future, the good
> practice is to set the version of each plugin your are using the
> pluginsManagement of your (parent) pom. You can set it to 2.5.1 for the
> eclipse plugin to keep the old behavior.

To keep the project moving forward in the short-term, specifying 2.5.1
in the pom fixed everything.

Thanks!
Zach

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to