diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index e8578847..4240daa4 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -224,5 +224,19 @@ The property $${maven.eclipse.workspace} was not set. MAVEN_REPO may not be set. + + + + + + + + + + + + Cleaned up eclipse generated files + diff --git a/eclipse/src/plugin-test/maven.xml b/eclipse/src/plugin-test/maven.xml index ba158fa9..de78125b 100644 --- a/eclipse/src/plugin-test/maven.xml +++ b/eclipse/src/plugin-test/maven.xml @@ -20,17 +20,17 @@ xmlns:u="jelly:util" xmlns:x="jelly:xml"> - + + - - - + + @@ -43,8 +43,8 @@ - - + + @@ -57,9 +57,10 @@ - + + - + @@ -73,8 +74,8 @@ - - + + @@ -96,9 +97,8 @@ - - - + + @@ -108,7 +108,6 @@ - diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 3b74955f..e0778608 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -25,6 +25,7 @@ + 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 diff --git a/eclipse/xdocs/goals.xml b/eclipse/xdocs/goals.xml index 16daf7dc..dbe6d8f9 100644 --- a/eclipse/xdocs/goals.xml +++ b/eclipse/xdocs/goals.xml @@ -34,6 +34,13 @@ eclipse:generate-classpath goals. + + + eclipse:clean + + Deletes the .project and .classpath files. + + eclipse:generate-project