]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.osgi.boot/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / pom.xml
index f25907bb2a2e06bb9700653013ea2279890188b2..7c3d56594b03d8a5903c9e54be692499da0acbc7 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.12-SNAPSHOT</version>
+               <version>2.1.13-SNAPSHOT</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <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>