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
This commit is contained in:
aheritier 2007-04-22 21:30:19 +00:00
parent 129fefd7d5
commit 08ac0e4c37

View File

@ -37,6 +37,12 @@ maven.changes.issue.template = %URL%/%ISSUE%
maven.checkstyle.header.file = ${basedir}/../plugins-common/checkstyle-license.txt maven.checkstyle.header.file = ${basedir}/../plugins-common/checkstyle-license.txt
maven.checkstyle.properties = ${basedir}/../plugins-common/checkstyle.xml 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 # License plugin settings
#===== #=====