diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly
index 121ca5b4..5025e60a 100644
--- a/eclipse/plugin.jelly
+++ b/eclipse/plugin.jelly
@@ -26,6 +26,13 @@
${pom.artifactId}
${pom.description}
+
+
+
+ ${lib.dependency.artifactId}
+
+
@@ -48,7 +55,7 @@
-
+
@@ -89,7 +96,16 @@
-
+
+
+
+
+
+
+
+
+
diff --git a/eclipse/project.xml b/eclipse/project.xml
index 722fefc2..6389b31a 100644
--- a/eclipse/project.xml
+++ b/eclipse/project.xml
@@ -5,7 +5,7 @@
3
maven-eclipse-plugin
Maven Eclipse Plug-in
- 1.2
+ 1.3-SNAPSHOT
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/
@@ -36,5 +36,14 @@
Java Developer
+
+ Emmanuel Venisse
+ evenisse
+ evenisse@ifrance.com
+ Fi System
+
+ Java Developer
+
+
diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml
index c340a89b..152a6d84 100644
--- a/eclipse/xdocs/changes.xml
+++ b/eclipse/xdocs/changes.xml
@@ -6,7 +6,16 @@
-
+
+
+ Added dependency functionality between projects
+
+
+ Split eclispe goal in two goals : eclipse:generate-project
+ and eclipse:generate-classpath
+
+
+
Added more documentation