Author: chirino
Date: Mon Mar 26 09:34:55 2007
New Revision: 522565
URL: http://svn.apache.org/viewvc?view=rev&rev=522565
Log:
tweak mvn eclipse conifg
Modified:
activemq/camel/trunk/pom.xml
Modified: activemq/camel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=522565&r1=522564&r2=522565
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Mon Mar 26 09:34:55 2007
@@ -380,6 +380,13 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>