From 08ac0e4c37157b27e3c36a2e0ba62471ada2074b Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 22 Apr 2007 21:30:19 +0000 Subject: [PATCH] Change default name for projects in eclipse to avoid conflicts with maven 2. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@531279 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-common/project.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins-common/project.properties b/plugins-common/project.properties index c781fccc..692e6ae0 100644 --- a/plugins-common/project.properties +++ b/plugins-common/project.properties @@ -37,6 +37,12 @@ maven.changes.issue.template = %URL%/%ISSUE% maven.checkstyle.header.file = ${basedir}/../plugins-common/checkstyle-license.txt maven.checkstyle.properties = ${basedir}/../plugins-common/checkstyle.xml +#===== +# Eclipse plugin settings +#===== +#To avoid conflicts with M2 plugins +maven.eclipse.project.name=M1 ${pom.artifactId} + #===== # License plugin settings #=====