]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/dep/pom.xml
[maven-release-plugin] prepare release argeo-commons-1.1.2
[lgpl/argeo-commons.git] / eclipse / dep / pom.xml
index c2039c828b66e5d0ceb241bd4880ffdbda23c91a..fc19e3f42606b3e7e9b64053bfbcba49a7dea57e 100644 (file)
@@ -4,14 +4,13 @@
        <parent>
                <groupId>org.argeo.commons.eclipse</groupId>
                <artifactId>eclipse</artifactId>
-               <version>0.3.4-SNAPSHOT</version>
+               <version>1.1.2</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dep</artifactId>
        <name>Commons Eclipse Dependencies</name>
        <packaging>pom</packaging>
        <modules>
-               <module>org.argeo.eclipse.dep.common</module>
                <module>org.argeo.eclipse.dep.rap</module>
                <module>org.argeo.eclipse.dep.rcp</module>
        </modules>
                                        <groupId>org.argeo.maven.plugins</groupId>
                                        <artifactId>maven-argeo-osgi-plugin</artifactId>
                                        <executions>
-                                               <execution>
-                                                       <id>resolve-pde-sources</id>
-                                                       <goals>
-                                                               <goal>pde-sources</goal>
-                                                       </goals>
-                                                       <phase>generate-resources</phase>
-                                               </execution>
                                                <execution>
                                                        <id>generate-descriptors</id>
                                                        <goals>
                                                        </goals>
                                                        <phase>generate-resources</phase>
                                                </execution>
-                                               <execution>
-                                                       <id>check-osgi</id>
-                                                       <phase>test</phase>
-                                                       <goals>
-                                                               <goal>equinox</goal>
-                                                       </goals>
-                                                       <configuration>
-                                                               <onlyCheck>true</onlyCheck>
-                                                               <argsToAppend>
-                                                                       <arg>-clean</arg>
-                                                               </argsToAppend>
-                                                       </configuration>
-                                               </execution>
                                        </executions>
                                </plugin>
                        </plugins>
                </pluginManagement>
        </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons.osgi</groupId>
-                       <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>0.3.4-SNAPSHOT</version>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
+       <profiles>
+               <profile>
+                       <id>check-osgi</id>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.commons.osgi</groupId>
+                                       <artifactId>org.argeo.osgi.boot</artifactId>
+                                       <version>1.1.2</version>
+                                       <scope>test</scope>
+                               </dependency>
+                       </dependencies>
+               </profile>
+       </profiles>
 </project>
\ No newline at end of file