You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2010/07/10 02:40:02 UTC

svn commit: r962733 - /servicemix/smx4/nmr/trunk/pom.xml

Author: dkulp
Date: Sat Jul 10 00:40:02 2010
New Revision: 962733

URL: http://svn.apache.org/viewvc?rev=962733&view=rev
Log:
Update to newer eclipse plugin and also add ability to make eclipse setup output to proper directories in target like any normal project setup instead of the funky eclipse-classes thing. 

Modified:
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=962733&r1=962732&r2=962733&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Sat Jul 10 00:40:02 2010
@@ -76,6 +76,8 @@
 
 
   <properties>
+      <eclipse.output.directory>${basedir}/eclipse-classes</eclipse.output.directory>
+
       <activemq.version>5.3.2</activemq.version>
       <ant.version>1.7.0_3</ant.version>
       <aopalliance.version>1.0_3</aopalliance.version>
@@ -785,9 +787,9 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-eclipse-plugin</artifactId>
-              <version>2.4</version>
+              <version>2.6</version>
               <configuration>
-                <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
+                <outputDirectory>${eclipse.output.directory}</outputDirectory>
                 <downloadSources>true</downloadSources>
                 <downloadJavadocs>true</downloadJavadocs>
               </configuration>