[dna-commits] DNA SVN: r1458 - trunk.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Fri Dec 18 14:16:44 EST 2009


Author: spagop
Date: 2009-12-18 14:16:43 -0500 (Fri, 18 Dec 2009)
New Revision: 1458

Modified:
   trunk/pom.xml
Log:
DNA 600 - mvn eclipse:clean eclipse:eclipse doesn't work on dna-connector-store-jpa

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-12-18 03:13:27 UTC (rev 1457)
+++ trunk/pom.xml	2009-12-18 19:16:43 UTC (rev 1458)
@@ -728,6 +728,13 @@
 					</systemProperties>
 				</configuration>
 			</plugin>
+			
+			<!-- DNA-600 Bug - version 2.7 has a bug -->
+			<plugin>
+		      <groupId>org.apache.maven.plugins</groupId>
+		      <artifactId>maven-eclipse-plugin</artifactId>
+		      <version>2.6</version>
+		    </plugin>
 			<!-- 
            Build a test-jar for each project, so that src/test/* resources and classes can be used
            in other projects.  Also customize how the jar files are assembled.



More information about the dna-commits mailing list