Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x c8912afb4 -> 1b92d7c78


Get itests working


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/1b92d7c7
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/1b92d7c7
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/1b92d7c7

Branch: refs/heads/karaf-2.x
Commit: 1b92d7c789a353612a7965fe34ed00c48400e08e
Parents: 0ad5d9f
Author: Jonathan Anstey <[email protected]>
Authored: Fri Jun 20 10:02:37 2014 -0230
Committer: Jonathan Anstey <[email protected]>
Committed: Fri Jun 20 12:02:58 2014 -0230

----------------------------------------------------------------------
 itests/pom.xml | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/1b92d7c7/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index 0d67534..99e838d 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -38,7 +38,6 @@
     </properties>
 
     <dependencies>
-
         <dependency>
             <groupId>org.apache.karaf</groupId>
             <artifactId>apache-karaf</artifactId>
@@ -47,26 +46,12 @@
             <type>tar.gz</type>
             <exclusions>
                 <exclusion>
-                    <groupId>org.apache.karaf</groupId>
-                    <artifactId>org.apache.karaf.client</artifactId>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>org.apache.karaf</groupId>
-            <artifactId>apache-karaf</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-            <type>zip</type>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.karaf</groupId>
-                    <artifactId>org.apache.karaf.client</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
         </dependency>
@@ -93,7 +78,10 @@
             <artifactId>geronimo-atinject_1.0_spec</artifactId>
             <version>1.0</version>
         </dependency>
-
+            <dependency>
+                <groupId>org.ops4j.pax.url</groupId>
+                <artifactId>pax-url-aether</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
@@ -122,6 +110,16 @@
                     </execution>
                 </executions>
             </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <systemPropertyVariables>
+                                 
<org.ops4j.pax.logging.DefaultServiceLog.level>INFO</org.ops4j.pax.logging.DefaultServiceLog.level>
+                            </systemPropertyVariables>
+                        </configuration>
+                    </plugin>
+
         </plugins>
     </build>
 

Reply via email to