You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/02/02 10:48:40 UTC

svn commit: r905555 - /incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Author: reto
Date: Tue Feb  2 09:48:39 2010
New Revision: 905555

URL: http://svn.apache.org/viewvc?rev=905555&view=rev
Log:
added pax-examp to depenendency and pluginManagement

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=905555&r1=905554&r2=905555&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Tue Feb  2 09:48:39 2010
@@ -192,6 +192,25 @@
 					<version>0.2-incubating-SNAPSHOT</version>
 				</plugin>
 				<plugin>
+					<groupId>org.ops4j.pax.exam</groupId>
+					<artifactId>maven-paxexam-plugin</artifactId>
+					<version>1.2.1-SNAPSHOT</version>
+					<executions>
+						<execution>
+							<id>generate-depends-file</id>
+							<goals>
+								<goal>generate-depends-file</goal>
+							</goals>
+						</execution>
+						<execution>
+							<id>generate-config</id>
+							<goals>
+								<goal>generate-config</goal>
+							</goals>
+						</execution>
+					</executions>
+				</plugin>
+				<plugin>
 					<groupId>org.scala-tools</groupId>
 					<artifactId>maven-scala-plugin</artifactId>
 					<version>2.9.1</version>
@@ -485,6 +504,21 @@
 				<version>1.1</version>
 			</dependency>
 			<dependency>
+				<groupId>org.ops4j.pax.exam</groupId>
+				<artifactId>pax-exam</artifactId>
+				<version>1.2.1-SNAPSHOT</version>
+			</dependency>
+			<dependency>
+				<groupId>org.ops4j.pax.exam</groupId>
+				<artifactId>pax-exam-junit</artifactId>
+				<version>1.2.1-SNAPSHOT</version>
+			</dependency>
+			<dependency>
+				<groupId>org.ops4j.pax.exam</groupId>
+				<artifactId>pax-exam-container-default</artifactId>
+				<version>1.2.1-SNAPSHOT</version>
+			</dependency>
+			<dependency>
 				<groupId>com.sun.script.jruby</groupId>
 				<artifactId>jruby-engine</artifactId>
 				<version>1.1.7</version>