Hi Community,
  The recent release 2.6 of the maven-eclipse-plugin created many problems
for all of those who had/wanted to store non-java files under src/*/java
(which is required for wicket, ajdt, and probably others usecases).
  Even we have many integration tests in this plugin we didn't notice this
issue because our testcases allow us to check that generated configuration
files aren't evolving and that we are able to import and use a project in
eclipse (too heavy to do).

  To fix this issue we (Barrie to be honest) improved the plugin to allow
the usage of includes and excludes. :
http://jira.codehaus.org/browse/MECLIPSE-104
  The documentation of these feature is here :
http://maven.apache.org/plugins/maven-eclipse-plugin-2.7-SNAPSHOT/examples/specifying-source-path-inclusions-and-exclusions.html
There are many broken links on the site and I don't know why. I'll
investigate later.
Others pages are the same in
http://maven.apache.org/plugins/maven-eclipse-plugin/
For AJDT project you can have a look at this page :
http://maven.apache.org/plugins/maven-eclipse-plugin-
2.7-SNAPSHOT/examples/ajdt-projects.html

To test the plugin you have to add in your project or in your settings this
repository :
https://repository.apache.org/content/repositories/snapshots/
(be careful to the https protocol)
The last version I deployed is : 2.7-20090416.000603-3

Please, test it and give us your feedback. If it is positive this week,
we'll launch the release process the next one.

cheers,

-- 
Arnaud

Reply via email to