]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.maven/pom.xml
[maven-release-plugin] prepare release argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.maven / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>runtime</artifactId>
6 <version>0.13.0</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <groupId>org.argeo.slc.runtime</groupId>
10 <artifactId>org.argeo.slc.support.maven</artifactId>
11 <packaging>jar</packaging>
12 <name>SLC Support Maven</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <version>${version.maven-bundle-plugin}</version>
19 <configuration>
20 <instructions>
21 <Fragment-Host>org.argeo.dep.osgi.maven.embedder</Fragment-Host>
22 <Export-Package>
23 org.argeo.slc.maven.*
24 </Export-Package>
25 </instructions>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30 <dependencies>
31 <dependency>
32 <groupId>org.argeo.slc.runtime</groupId>
33 <artifactId>org.argeo.slc.specs</artifactId>
34 </dependency>
35
36 <dependency>
37 <groupId>org.springframework</groupId>
38 <artifactId>org.springframework.beans</artifactId>
39 </dependency>
40
41 <!--
42 <dependency> <groupId>org.argeo.slc.runtime</groupId>
43 <artifactId>org.argeo.slc.support.ant</artifactId> </dependency>
44 <dependency> <groupId>org.argeo.dep.osgi</groupId>
45 <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
46 <version>2.0.4.argeo.1-SNAPSHOT</version> </dependency>
47 -->
48
49 <dependency>
50 <groupId>org.apache.commons</groupId>
51 <artifactId>com.springsource.org.apache.commons.io</artifactId>
52 </dependency>
53
54 <dependency>
55 <groupId>org.slf4j</groupId>
56 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
57 </dependency>
58
59 <!--
60 <dependency> <groupId>org.apache.maven</groupId>
61 <artifactId>maven-embedder</artifactId> <version>2.0.4</version>
62 <optional>true</optional> <exclusions> <exclusion>
63 <groupId>commons-logging</groupId>
64 <artifactId>commons-logging</artifactId> </exclusion> </exclusions>
65 </dependency>
66 -->
67 <dependency>
68 <groupId>org.argeo.dep.osgi</groupId>
69 <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
70 </dependency>
71 </dependencies>
72 </project>