You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ja...@apache.org on 2010/09/02 15:56:07 UTC

svn commit: r991936 - /activemq/trunk/pom.xml

Author: janstey
Date: Thu Sep  2 13:56:07 2010
New Revision: 991936

URL: http://svn.apache.org/viewvc?rev=991936&view=rev
Log:
AMQ-2896 - configure maven-eclipse-plugin so it doesn't try and get a 2.8-SNAPSHOT version that doesn't exist

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=991936&r1=991935&r2=991936&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Sep  2 13:56:07 2010
@@ -1067,6 +1067,15 @@
           <configuration>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-eclipse-plugin</artifactId>
+          <version>2.5.1</version>
+          <configuration>
+            <downloadSources>true</downloadSources>
+            <downloadJavadocs>false</downloadJavadocs>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>