You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2009/06/22 19:46:14 UTC

svn commit: r787327 - /activemq/sandbox/activemq-flow/pom.xml

Author: chirino
Date: Mon Jun 22 17:46:13 2009
New Revision: 787327

URL: http://svn.apache.org/viewvc?rev=787327&view=rev
Log:
Adding eclipse plugin config back

Modified:
    activemq/sandbox/activemq-flow/pom.xml

Modified: activemq/sandbox/activemq-flow/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/pom.xml?rev=787327&r1=787326&r2=787327&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/pom.xml (original)
+++ activemq/sandbox/activemq-flow/pom.xml Mon Jun 22 17:46:13 2009
@@ -823,6 +823,16 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-eclipse-plugin</artifactId>
+          <version>2.7</version>
+          <configuration>
+            <downloadSources>true</downloadSources>
+            <downloadJavadocs>true</downloadJavadocs>
+            <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>com.sun.tools.jxc.maven2</groupId>
           <artifactId>maven-jaxb-schemagen-plugin</artifactId>
           <version>1.3-dev</version>