RCP RPMs
[lgpl/argeo-commons.git] / rcp / dep / pom.xml
index 70f2532edb3f838d94589558655848dbc1d5a80c..2db2e5026e72a906ea4d1f8d0ae6788008b6b4e4 100644 (file)
@@ -13,8 +13,6 @@
        <modules>
                <module>org.argeo.dep.cms.e4.rcp</module>
        </modules>
-       <dependencies>
-       </dependencies>
        <build>
                <plugins>
                        <plugin>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.argeo.commons</groupId>
+                                               <artifactId>assembly-descriptors</artifactId>
+                                               <version>2.1.76-SNAPSHOT</version>
+                                       </dependency>
+                               </dependencies>
+                               <configuration>
+                                       <attach>false</attach>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.tp.equinox</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
        <profiles>
                <profile>
                        <id>check-osgi</id>