Author: chirino
Date: Wed Dec 5 13:06:02 2007
New Revision: 601525
URL: http://svn.apache.org/viewvc?rev=601525&view=rev
Log:
Adding eclipse config so that output directroy does not clash with maven's
Modified:
servicemix/branches/servicemix-4.0/pom.xml
Modified: servicemix/branches/servicemix-4.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/pom.xml?rev=601525&r1=601524&r2=601525&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/pom.xml Wed Dec 5 13:06:02 2007
@@ -743,6 +743,13 @@
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>