[maven-release-plugin] prepare release argeo-suite-2.3.0
[gpl/argeo-suite.git] / dep / pom.xml
index 0ea3045cb4c3ca12ae527b2810bee281e98305d5..6f889f9ac6addbc6604f3abf0b0fd969c6e52685 100644 (file)
@@ -4,14 +4,16 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.12-SNAPSHOT</version>
+               <version>2.3.0</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
        <name>Argeo Suite Dependencies</name>
        <packaging>pom</packaging>
        <modules>
-               <module>org.argeo.suite.platform</module>
+               <module>org.argeo.suite.dep.ui.rap</module>
+               <module>org.argeo.suite.dep.e4.rap</module>
+               <!-- <module>org.argeo.suite.dep.e4.rcp</module> -->
        </modules>
        <build>
                <plugins>
@@ -26,7 +28,7 @@
                        </plugin>
                        <plugin>
                                <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <artifactId>argeo-osgi-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <id>generate-descriptors</id>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <configuration>
+                                       <attach>false</attach>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                        <artifactId>org.junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.sdk</groupId>
+                       <artifactId>org.hamcrest</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
        <profiles>
                <profile>
@@ -59,7 +72,7 @@
                                <plugins>
                                        <plugin>
                                                <groupId>org.argeo.maven.plugins</groupId>
-                                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                                               <artifactId>argeo-osgi-plugin</artifactId>
                                                <executions>
                                                        <execution>
                                                                <id>check-osgi</id>