You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/09/24 23:35:57 UTC

svn commit: r1389607 - in /openwebbeans/trunk/webbeans-impl: pom.xml src/it/properties/pom.xml

Author: struberg
Date: Mon Sep 24 21:35:56 2012
New Revision: 1389607

URL: http://svn.apache.org/viewvc?rev=1389607&view=rev
Log:
fix our ITs

Modified:
    openwebbeans/trunk/webbeans-impl/pom.xml
    openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml

Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1389607&r1=1389606&r2=1389607&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Mon Sep 24 21:35:56 2012
@@ -132,11 +132,12 @@
 
     <profiles>
         <profile>
-            <id>integrationTest</id>
+            <id>run-its</id>
             <build>
                 <plugins>
                     <!-- invoke the integration tests under src/it -->
                     <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-invoker-plugin</artifactId>
                         <configuration>
                             <debug>true</debug>

Modified: openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml?rev=1389607&r1=1389606&r2=1389607&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml Mon Sep 24 21:35:56 2012
@@ -40,5 +40,18 @@
             <artifactId>openwebbeans-impl</artifactId>
             <version>@pom.version@</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jcdi_1.0_spec</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+            <optional>true</optional>
+        </dependency>
+
     </dependencies>
 </project>