]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.equinox/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.1
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / pom.xml
index 3677085d69b4d6c746849bb200afac9a28c0cad3..091e043f0bf5b0469d38897998c86ab86374e232 100644 (file)
@@ -1,20 +1,34 @@
-<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.12.1</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.equinox</artifactId>
-       <name>Argeo SLC Support Equinox OSGi</name>
+       <name>SLC Support Equinox</name>
        <packaging>jar</packaging>
-       <properties></properties>
+       <properties />
        <build>
                <plugins>
                        <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
+                               <!--
+                                       <executions> <execution> <goals> <goal>test-jar</goal> </goals>
+                                       <configuration> <archive>
+                                       <manifestFile>src/test/resources/META-INF/MANIFEST.MF</manifestFile>
+                                       </archive> </configuration> </execution> </executions>
+                               -->
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <useSystemClassLoader>false</useSystemClassLoader>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
+                                               <Import-Package>*,
+                                                       org.springframework.beans.factory.config,
+                                                       org.springframework.osgi.context.event
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
        <dependencies>
-
-
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.simple</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.eclipse.osgi</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.core</artifactId>
+                       <artifactId>org.argeo.slc.support.osgi</artifactId>
                </dependency>
 
                <dependency>
                        <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
 
+               <!-- Unit Tests -->
                <dependency>
-                       <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.osgi.extender</artifactId>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>net.sourceforge.cglib</groupId>
-                       <artifactId>com.springsource.net.sf.cglib</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.objectweb.asm</groupId>
-                       <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
-               </dependency>
        </dependencies>
-</project>
+</project>
\ No newline at end of file