Author: baerrach
Date: Sun Mar 22 20:17:15 2009
New Revision: 757250
URL: http://svn.apache.org/viewvc?rev=757250&view=rev
Log:
workspace configuration not needed in child module
Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-1/pom.xml
Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-1/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-1/pom.xml?rev=757250&r1=757249&r2=757250&view=diff
==============================================================================
---
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-1/pom.xml
(original)
+++
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-51-MECLIPSE-415/multymodule-1/pom.xml
Sun Mar 22 20:17:15 2009
@@ -54,7 +54,6 @@
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
- <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace>
<projectNameTemplate>prefix-[artifactId]-[version]</projectNameTemplate>
</configuration>
</plugin>