]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.equinox/pom.xml
Improce documentation
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / pom.xml
index 6bb2762094842423be1aa38658f003904998e282..48c969f01e1b8610a2eb9e828d4303595fad2c6f 100644 (file)
@@ -1,16 +1,16 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
+               <version>0.11.4-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.equinox</artifactId>
        <name>Argeo SLC Support Equinox OSGi</name>
        <packaging>jar</packaging>
-       <properties></properties>
+       <properties />
        <build>
                <plugins>
                        <plugin>
                                                <goals>
                                                        <goal>test-jar</goal>
                                                </goals>
+                                               <configuration>
+                                                       <archive>
+                                                               <manifestFile>src/test/resources/META-INF/MANIFEST.MF</manifestFile>
+                                                       </archive>
+                                               </configuration>
                                        </execution>
                                </executions>
                        </plugin>
@@ -75,4 +80,4 @@
                </dependency>
 
        </dependencies>
-</project>
+</project>
\ No newline at end of file