]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.maven/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.maven / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>runtime</artifactId>
7 <version>2.1.0</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.support.maven</artifactId>
11 <packaging>bundle</packaging>
12 <name>SLC Support Maven</name>
13 <properties>
14 <version.aether>1.11</version.aether>
15 <version.maven>3.0.3</version.maven>
16 <version.wagon>1.0-beta-7</version.wagon>
17 </properties>
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>maven-bundle-plugin</artifactId>
23
24 <configuration>
25 <instructions>
26 <Export-Package>
27 org.argeo.slc.maven.*
28 </Export-Package>
29 <Import-Package>
30 org.w3c.dom.*;version="0.0.0",
31 org.xml.sax.*;version="0.0.0",
32 com.google.*;resolution:=optional,
33 javax.*;resolution:=optional,
34 com.sun.*;resolution:=optional,
35 org.objectweb.asm.*;resolution:=optional,
36 *
37 </Import-Package>
38 <_exportcontents>
39 org.apache.maven.*;version=${version.maven},
40 </_exportcontents>
41 <Private-Package>org.apache.xbean.*</Private-Package>
42 <Embed-Transitive>true</Embed-Transitive>
43 <Embed-Directory>lib</Embed-Directory>
44 <Embed-Dependency>*;scope=provided;inline=false</Embed-Dependency>
45 </instructions>
46 </configuration>
47 </plugin>
48 <plugin>
49 <groupId>org.apache.maven.plugins</groupId>
50 <artifactId>maven-dependency-plugin</artifactId>
51 <executions>
52 <execution>
53 <id>copy-dependencies</id>
54 <phase>process-resources</phase>
55 <goals>
56 <goal>copy-dependencies</goal>
57 </goals>
58 <configuration>
59 <includeScope>provided</includeScope>
60 <outputDirectory>lib</outputDirectory>
61 </configuration>
62 </execution>
63 </executions>
64 </plugin>
65 </plugins>
66 </build>
67 <dependencies>
68 <dependency>
69 <groupId>org.argeo.slc</groupId>
70 <artifactId>org.argeo.slc.specs</artifactId>
71 <version>2.1.0</version>
72 </dependency>
73 <dependency>
74 <groupId>org.argeo.slc</groupId>
75 <artifactId>org.argeo.slc.support.aether</artifactId>
76 <version>2.1.0</version>
77 </dependency>
78
79 <!-- <dependency> <groupId>org.argeo.dep.osgi</groupId> <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
80 </dependency> -->
81 <dependency>
82 <groupId>org.argeo.tp</groupId>
83 <artifactId>org.springframework.beans</artifactId>
84 </dependency>
85 <dependency>
86 <groupId>org.argeo.tp</groupId>
87 <artifactId>org.apache.commons.io</artifactId>
88 </dependency>
89
90 <dependency>
91 <groupId>org.argeo.tp</groupId>
92 <artifactId>slf4j.org.apache.commons.logging</artifactId>
93 </dependency>
94
95 <dependency>
96 <groupId>org.apache.maven</groupId>
97 <artifactId>maven-embedder</artifactId>
98 <version>${version.maven}</version>
99 <optional>true</optional>
100 <scope>provided</scope>
101 <exclusions>
102 <exclusion>
103 <groupId>commons-logging</groupId>
104 <artifactId>commons-logging</artifactId>
105 </exclusion>
106 <exclusion>
107 <groupId>commons-cli</groupId>
108 <artifactId>commons-cli</artifactId>
109 </exclusion>
110 <exclusion>
111 <groupId>org.sonatype.aether</groupId>
112 <artifactId>aether-spi</artifactId>
113 </exclusion>
114 <exclusion>
115 <groupId>org.sonatype.aether</groupId>
116 <artifactId>aether-api</artifactId>
117 </exclusion>
118 <exclusion>
119 <groupId>org.sonatype.aether</groupId>
120 <artifactId>aether-util</artifactId>
121 </exclusion>
122 </exclusions>
123 </dependency>
124 <dependency>
125 <groupId>org.sonatype.aether</groupId>
126 <artifactId>aether-connector-wagon</artifactId>
127 <version>${version.aether}</version>
128 <optional>true</optional>
129 <scope>provided</scope>
130 <exclusions>
131 <exclusion>
132 <groupId>commons-logging</groupId>
133 <artifactId>commons-logging</artifactId>
134 </exclusion>
135 <exclusion>
136 <groupId>commons-logging</groupId>
137 <artifactId>commons-logging-api</artifactId>
138 </exclusion>
139 <exclusion>
140 <groupId>log4j</groupId>
141 <artifactId>log4j</artifactId>
142 </exclusion>
143 <exclusion>
144 <groupId>junit</groupId>
145 <artifactId>junit</artifactId>
146 </exclusion>
147 <exclusion>
148 <groupId>org.sonatype.aether</groupId>
149 <artifactId>aether-spi</artifactId>
150 </exclusion>
151 <exclusion>
152 <groupId>org.sonatype.aether</groupId>
153 <artifactId>aether-api</artifactId>
154 </exclusion>
155 <exclusion>
156 <groupId>org.sonatype.aether</groupId>
157 <artifactId>aether-util</artifactId>
158 </exclusion>
159 </exclusions>
160 </dependency>
161 <dependency>
162 <groupId>org.apache.maven.wagon</groupId>
163 <artifactId>wagon-provider-api</artifactId>
164 <version>${version.wagon}</version>
165 <optional>true</optional>
166 <scope>provided</scope>
167 <exclusions>
168 <exclusion>
169 <groupId>commons-logging</groupId>
170 <artifactId>commons-logging</artifactId>
171 </exclusion>
172 </exclusions>
173 </dependency>
174 <dependency>
175 <groupId>org.apache.maven.wagon</groupId>
176 <artifactId>wagon-file</artifactId>
177 <version>${version.wagon}</version>
178 <optional>true</optional>
179 <scope>provided</scope>
180 <exclusions>
181 <exclusion>
182 <groupId>commons-logging</groupId>
183 <artifactId>commons-logging</artifactId>
184 </exclusion>
185 </exclusions>
186 </dependency>
187 <dependency>
188 <groupId>org.apache.maven.wagon</groupId>
189 <artifactId>wagon-http-lightweight</artifactId>
190 <version>${version.wagon}</version>
191 <optional>true</optional>
192 <scope>provided</scope>
193 <exclusions>
194 <exclusion>
195 <groupId>nekohtml</groupId>
196 <artifactId>xercesMinimal</artifactId>
197 </exclusion>
198 <exclusion>
199 <groupId>commons-logging</groupId>
200 <artifactId>commons-logging</artifactId>
201 </exclusion>
202 </exclusions>
203 </dependency>
204 <dependency>
205 <groupId>org.apache.maven.wagon</groupId>
206 <artifactId>wagon-webdav-jackrabbit</artifactId>
207 <version>${version.wagon}</version>
208 <optional>true</optional>
209 <scope>provided</scope>
210 <exclusions>
211 <exclusion>
212 <groupId>org.slf4j</groupId>
213 <artifactId>slf4j-nop</artifactId>
214 </exclusion>
215 <exclusion>
216 <groupId>org.apache.jackrabbit</groupId>
217 <artifactId>jackrabbit-webdav</artifactId>
218 </exclusion>
219 </exclusions>
220 </dependency>
221
222 <dependency>
223 <groupId>org.argeo.tp</groupId>
224 <artifactId>org.sonatype.aether</artifactId>
225 </dependency>
226
227 <dependency>
228 <groupId>org.argeo.tp</groupId>
229 <artifactId>junit</artifactId>
230 </dependency>
231 </dependencies>
232 </project>