You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by jb...@apache.org on 2011/03/01 08:14:02 UTC

svn commit: r1075689 - /incubator/ace/trunk/pom/pom.xml

Author: jbonofre
Date: Tue Mar  1 07:14:02 2011
New Revision: 1075689

URL: http://svn.apache.org/viewvc?rev=1075689&view=rev
Log:
Define the PAX Exam version in the main POM pluginManagement to avoid maven3 warning.

Modified:
    incubator/ace/trunk/pom/pom.xml

Modified: incubator/ace/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom/pom.xml?rev=1075689&r1=1075688&r2=1075689&view=diff
==============================================================================
--- incubator/ace/trunk/pom/pom.xml (original)
+++ incubator/ace/trunk/pom/pom.xml Tue Mar  1 07:14:02 2011
@@ -231,6 +231,16 @@
             </plugin>
         </plugins>
 
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.ops4j.pax.exam</groupId>
+                    <artifactId>maven-paxexam-plugin</artifactId>
+                    <version>${pax.exam.version}</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
         <extensions>
             <extension>
                 <groupId>org.apache.maven.wagon</groupId>