Adapt to changes in Argeo Commons
[gpl/argeo-suite.git] / dep / pom.xml
index 8d62610ee9d610db54d7d4e45fda1b19ffea0ac7..a27f294a3c9e97de310194620233e50d0da3fb9d 100644 (file)
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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.suite</groupId>
        <modules>
                <module>org.argeo.suite.dep.ui.rap</module>
                <module>org.argeo.suite.dep.e4.rap</module>
-               <!-- <module>org.argeo.suite.dep.e4.rcp</module> -->
+               <module>org.argeo.suite.dep.ui.rcp</module>
        </modules>
        <build>
                <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>properties-maven-plugin</artifactId>
+                               <configuration>
+                                       <quiet>true</quiet>
+                                       <files>
+                                               <file>../../cnf/${version.context}.bnd</file>
+                                       </files>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <!-- OSGi test -->
                                <dependency>
                                        <groupId>org.argeo.commons</groupId>
-                                       <artifactId>org.argeo.osgi.boot</artifactId>
+                                       <artifactId>org.argeo.init</artifactId>
                                        <version>${version.argeo-commons}</version>
                                        <scope>test</scope>
                                </dependency>