[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / osgi / dep / pom.xml
index 994862c8a6a173e381b0cc414ea2ceee64d375cc..b6ce39755e60587508a70c4747dddd216b694c34 100644 (file)
@@ -3,15 +3,45 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.2.0</version>
+               <version>0.3.5-SNAPSHOT</version>
                <artifactId>osgi</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.commons.osgi</groupId>
        <artifactId>dep</artifactId>
-       <name>Commons Server Dependencies</name>
+       <name>Commons OSGi Dependencies</name>
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.osgi.dep.stdruntime</module>
+               <module>org.argeo.osgi.dep.jackrabbit</module>
        </modules>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.argeo.maven.plugins</groupId>
+                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>check-osgi</id>
+                                               <phase>test</phase>
+                                               <goals>
+                                                       <goal>equinox</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <onlyCheck>true</onlyCheck>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+       <dependencies>
+               <!-- OSGi test -->
+               <dependency>
+                       <groupId>org.argeo.commons.osgi</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>0.3.4-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
 </project>
\ No newline at end of file