]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dist/org.argeo.slc.sdk/pom.xml
Fix demo bundle names and versions
[gpl/argeo-slc.git] / dist / org.argeo.slc.sdk / pom.xml
index 9319c1db006315c3e213cd7fc180395e04b21bd8..86955575fd4f76496ee00ea674826ce386f80349 100644 (file)
@@ -36,7 +36,7 @@
                        <plugin>
                                <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <extensions>true</extensions>
+                               <version>${version.maven-argeo-osgi}</version>
                                <executions>
                                        <execution>
                                                <id>pde-source</id>
                                                <configuration>
                                                </configuration>
                                        </execution>
+                                       <execution>
+                                               <id>check-osgi</id>
+                                               <phase>test</phase>
+                                               <goals>
+                                                       <goal>equinox</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <useDependencies>false</useDependencies>
+                                                       <onlyCheck>true</onlyCheck>
+                                                       <argsToAppend>
+                                                               <arg>-clean</arg>
+                                                       </argsToAppend>
+                                                       <systemProperties>
+                                                               <argeo.osgi.bundles>
+                                                                       ${basedir}/target;in=*.jar,
+                                                               </argeo.osgi.bundles>
+                                                       </systemProperties>
+                                               </configuration>
+                                       </execution>
                                </executions>
                        </plugin>
                        <plugin>
                                        </arguments>
                                </configuration>
                        </plugin>
-
                </plugins>
        </build>
        <dependencies>
                        <artifactId>org.argeo.slc.dep.detached</artifactId>
                        <version>${project.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.server</groupId>
                        <artifactId>org.argeo.slc.ria</artifactId>