RPM packaging
[gpl/argeo-suite.git] / dep / pom.xml
index 6874c75612c70dbd4f96d6171cafd08943863a6b..56b90d091e1db5f4da5d2db34a03d609f2200f71 100644 (file)
@@ -13,6 +13,7 @@
        <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>