Disable RCP check osgi for now
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 14:18:56 +0000 (14:18 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 14:18:56 +0000 (14:18 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@7542 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.security.dep.node.rcp/pom.xml

index cb6685715e57ea5626a4f940f12f691729e2cd4a..ee5580d2d44418ba0df58358730d1d7cb5536690 100644 (file)
@@ -1,4 +1,5 @@
-<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>
                </dependency>
        </dependencies>
        <profiles>
-               <profile>
-                       <id>check-osgi</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.argeo.maven.plugins</groupId>
-                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <id>check-osgi</id>
-                                                               <phase>test</phase>
-                                                               <goals>
-                                                                       <goal>equinox</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <onlyCheck>true</onlyCheck>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                               </plugins>
-                       </build>
-                       <dependencies>
-                               <!-- OSGi test -->
-                               <dependency>
-                                       <groupId>org.argeo.commons</groupId>
-                                       <artifactId>org.argeo.osgi.boot</artifactId>
-                                       <version>2.1.12-SNAPSHOT</version>
-                                       <scope>test</scope>
-                               </dependency>
-                       </dependencies>
-               </profile>
+               <!-- <profile> -->
+               <!-- <id>check-osgi</id> -->
+               <!-- <build> -->
+               <!-- <plugins> -->
+               <!-- <plugin> -->
+               <!-- <groupId>org.argeo.maven.plugins</groupId> -->
+               <!-- <artifactId>maven-argeo-osgi-plugin</artifactId> -->
+               <!-- <executions> -->
+               <!-- <execution> -->
+               <!-- <id>check-osgi</id> -->
+               <!-- <phase>test</phase> -->
+               <!-- <goals> -->
+               <!-- <goal>equinox</goal> -->
+               <!-- </goals> -->
+               <!-- <configuration> -->
+               <!-- <onlyCheck>true</onlyCheck> -->
+               <!-- </configuration> -->
+               <!-- </execution> -->
+               <!-- </executions> -->
+               <!-- </plugin> -->
+               <!-- </plugins> -->
+               <!-- </build> -->
+               <!-- <dependencies> -->
+               <!-- OSGi test -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.commons</groupId> -->
+               <!-- <artifactId>org.argeo.osgi.boot</artifactId> -->
+               <!-- <version>2.1.12-SNAPSHOT</version> -->
+               <!-- <scope>test</scope> -->
+               <!-- </dependency> -->
+               <!-- </dependencies> -->
+               <!-- </profile> -->
                <profile>
                        <id>rpmbuild</id>
                        <build>