Add versions for Maven 3
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 17 Jan 2011 09:51:36 +0000 (09:51 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 17 Jan 2011 09:51:36 +0000 (09:51 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4044 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 7344fc97a2dd305ef1cf5df76bd1953145f2689f..36ee276b3f74d07adc18d4396bf324025a823e37 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,16 @@ limitations under the License.
                                                </execution>
                                        </executions>
                                </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-clean-plugin</artifactId>
+                                       <version>2.4.1</version>
+                               </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-surefire-plugin</artifactId>
+                                       <version>2.7.1</version>
+                               </plugin>
                                <plugin>
                                        <groupId>org.argeo.maven.plugins</groupId>
                                        <artifactId>maven-argeo-osgi-plugin</artifactId>