]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/pom.xml
Site deployment
[gpl/argeo-slc.git] / dep / pom.xml
index 905680cc92ccd0f2d7bd73c95480534c7cae23d0..de4b48b5baf2d379579f3908f5d99aed9acded9b 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.8-SNAPSHOT</version>
+               <version>2.1.14-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
@@ -12,9 +12,7 @@
        <modules>
                <module>org.argeo.slc.dep.minimal</module>
                <module>org.argeo.slc.dep.backend</module>
-<!--           <module>org.argeo.slc.dep.eclipse</module> -->
-<!--           <module>org.argeo.slc.dep.rap</module> -->
-               <!-- <module>org.argeo.slc.dep.rcp</module> -->
+               <module>org.argeo.slc.dep.e4.rap</module>
        </modules>
        <build>
                <plugins>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.argeo.commons</groupId>
+                                               <artifactId>assembly-descriptors</artifactId>
+                                               <version>${version.argeo-commons}</version>
+                                       </dependency>
+                               </dependencies>
+                               <configuration>
+                                       <attach>false</attach>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>