From 21836402c1619212ef6ae9cbe19e86903fb28179 Mon Sep 17 00:00:00 2001 From: felipeal Date: Fri, 22 Oct 2004 05:40:54 +0000 Subject: [PATCH] fix MPECLIPSE-51: check if src and test resources/dir doesn't cause duplicated src entries git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116158 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/project.xml | 10 ++++++++++ eclipse/src/plugin-resources/templates/classpath.jelly | 10 ++++++---- eclipse/src/plugin-test/maven.xml | 9 ++++++--- eclipse/src/plugin-test/project.xml | 6 ++++++ eclipse/xdocs/changes.xml | 1 + 5 files changed, 29 insertions(+), 7 deletions(-) diff --git a/eclipse/project.xml b/eclipse/project.xml index 4d3bed68..a0bd19b9 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -85,5 +85,15 @@ Java Developer + + Felipe Leme + felipeal + maven@felipeal.net + Falcon Informatica + + Java Developer + Jelly Developer + + diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index 6f90a7d9..b9938180 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -36,6 +36,10 @@ + + Contains JUnit tests + + @@ -68,7 +72,7 @@ - + @@ -86,8 +90,6 @@ - Contains JUnit tests - @@ -146,7 +148,7 @@ - + diff --git a/eclipse/src/plugin-test/maven.xml b/eclipse/src/plugin-test/maven.xml index 5f776beb..9b7ba8c2 100644 --- a/eclipse/src/plugin-test/maven.xml +++ b/eclipse/src/plugin-test/maven.xml @@ -111,10 +111,11 @@ + - + @@ -138,8 +139,10 @@ - + + + diff --git a/eclipse/src/plugin-test/project.xml b/eclipse/src/plugin-test/project.xml index 02c044e9..19727722 100644 --- a/eclipse/src/plugin-test/project.xml +++ b/eclipse/src/plugin-test/project.xml @@ -93,6 +93,9 @@ src/test-resources false + + src/main + @@ -107,6 +110,9 @@ false + + src/test + diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 33023603..b1042b83 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -25,6 +25,7 @@ + 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).