RPM packaging
[gpl/argeo-suite.git] / dep / pom.xml
index 72f8cdf436920408ddb7c38ffa4a420c93f6a0c8..56b90d091e1db5f4da5d2db34a03d609f2200f71 100644 (file)
@@ -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>