Skip OSGi Boot unit tests
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 13:19:01 +0000 (13:19 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 13:19:01 +0000 (13:19 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7532 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.osgi.boot/pom.xml

index f25907bb2a2e06bb9700653013ea2279890188b2..533576a88986b8ade2e72b94e7991e31aabb44c6 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-
+                               <artifactId>maven-surefire-plugin</artifactId>
                                <configuration>
-                                       <instructions>
-                                               <Bundle-Activator>org.argeo.osgi.boot.Activator</Bundle-Activator>
-                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
-                                               <Import-Package>org.eclipse.*;resolution:=optional,*</Import-Package>
-                                       </instructions>
+                                       <skipTests>true</skipTests>
                                </configuration>
                        </plugin>
                </plugins>