]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.14
[gpl/argeo-slc.git] / dep / pom.xml
index d6ab9beda69f0bc2bebc6d4a3f1420f362f56303..86ca0e7d652153b94f4e37303f996bcdeaf38fee 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>2.1.6-SNAPSHOT</version>
+               <version>2.1.14</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>