[maven-release-plugin] prepare release argeo-suite-2.1.13
[gpl/argeo-suite.git] / dep / pom.xml
index 72f8cdf436920408ddb7c38ffa4a420c93f6a0c8..f3911a9e695ff2595efb540cfc330c671f779082 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.13-SNAPSHOT</version>
+               <version>2.1.13</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
@@ -12,6 +12,8 @@
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.suite.platform</module>
+               <module>org.argeo.suite.dep.e4.rap</module>
+               <module>org.argeo.suite.dep.e4.rcp</module>
        </modules>
        <build>
                <plugins>
                                        </execution>
                                </executions>
                        </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>