diff --git a/eclipse/project.xml b/eclipse/project.xml
index a0bd19b9..c141478c 100644
--- a/eclipse/project.xml
+++ b/eclipse/project.xml
@@ -23,7 +23,7 @@
3
maven-eclipse-plugin
Maven Eclipse Plugin
- 1.9-SNAPSHOT
+ 1.9
A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.
Eclipse Plugin for Maven
http://maven.apache.org/reference/plugins/eclipse/
@@ -54,7 +54,12 @@
1.8
1.8
MAVEN_ECLIPSE_1_8
-
+
+
+ 1.9
+ 1.9
+ MAVEN_ECLIPSE_1_9
+
diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml
index 17f78eb5..09d767a3 100644
--- a/eclipse/xdocs/changes.xml
+++ b/eclipse/xdocs/changes.xml
@@ -24,11 +24,15 @@
dIon Gillard
-
- Add property maven.eclipse.resources.addtoclasspath to control whether to add pom.resources etc or not. Provide backwards compatiblity.
- Set proper cactus.src.dir
- Fixed duplicated source entry issue.
- add property maven.eclipse.addResources=false to prevent the build resources from breaking old Eclipse builds.
+
+ Add property
+ maven.eclipse.resources.addtoclasspathto control whether to add pom.resources etc or not. Provide backwards compatiblity.
+
+ Set proper
+ cactus.src.dir
+
+ Fixed duplicated source entry issue.
+ add property maven.eclipse.addResources=false to prevent the build resources from breaking old Eclipse builds.
Allow includes/excludes in build resources to be used in the classpath generation.
Support for Eclipse-Plugin maven projects (or kind="con" classpath).
duplicate build path added if resouce directory is the same as java source dir.
@@ -39,10 +43,10 @@
Fixed a 'race condition' where Cactus dependency is added twice to .classpath.
- Add eclipse:clean goal.
+ Add eclipse:clean goal.
Fixed a 'race condition' where JUnit dependency is not added to .classpath.
- Add maven.gen.src property that points to a directory whose subdirectories are included as separate source directories.
- Set eclipse.dependency=false to explicity ignore dependencies in classpath generation
+ Add maven.gen.src property that points to a directory whose subdirectories are included as separate source directories.
+ Set eclipse.dependency=false to explicity ignore dependencies in classpath generation
Fix classpath generation when tests are not present
classpath includes must be relative directories