Author: aheritier
Date: Wed Nov 21 15:27:34 2007
New Revision: 597260

URL: http://svn.apache.org/viewvc?rev=597260&view=rev
Log:
Add version of plugins and some others settings to improve the build stability

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=597260&r1=597259&r2=597260&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Wed Nov 21 15:27:34 2007
@@ -42,6 +42,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
         <configuration>
           <source>1.4</source>
           <target>1.4</target>
@@ -49,10 +50,12 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
         <configuration>
           <excludes>
             <exclude>**/Abstract*TestCase.java</exclude>
             <exclude>**/InstallPluginsMojoTest.java</exclude>
+            <exclude>**/projects/**</exclude>
           </excludes>
           <systemProperties>
             <property>
@@ -168,6 +171,12 @@
       <groupId>biz.aQute</groupId>
       <artifactId>bndlib</artifactId>
       <version>0.0.145</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.2</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
   


Reply via email to