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:
parent
129fefd7d5
commit
08ac0e4c37
@ -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
|
||||
#=====
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user