blob: 31373167feb5a0b4711dab0048966d2cecaef8e4 [file] [log] [blame]
Ceki Gulcu83412492006-09-05 20:48:47 +00001<?xml version="1.0" encoding="UTF-8"?>
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
4 <modelVersion>4.0.0</modelVersion>
5
6 <groupId>org.slf4j</groupId>
Ceki Gulcua0a881b2006-09-11 22:08:20 +00007 <artifactId>slf4j-parent</artifactId>
Ceki Gulcu58867e62008-02-26 20:41:44 +00008 <version>1.5.1-SNAPSHOT</version>
Ceki Gulcua0a881b2006-09-11 22:08:20 +00009
Ceki Gulcu83412492006-09-05 20:48:47 +000010 <packaging>pom</packaging>
11 <name>SLF4J</name>
12
Ceki Gulcu83412492006-09-05 20:48:47 +000013 <url>http://www.slf4j.org</url>
14
15 <organization>
16 <name>QOS.ch</name>
17 <url>http://www.qos.ch</url>
18 </organization>
19 <inceptionYear>2005</inceptionYear>
20
Ceki Gulcu84f0f6b2007-02-22 19:15:56 +000021 <properties>
Ceki Gulcue0af3802007-02-25 16:18:57 +000022 <!-- <project_version_for_osgi>1.3.0</project_version_for_osgi> -->
Ceki Gulcu738eab62007-08-20 21:27:47 +000023 <pv4osgi>1.4.3</pv4osgi>
Ceki Gulcu84f0f6b2007-02-22 19:15:56 +000024 </properties>
25
Ceki Gulcu83412492006-09-05 20:48:47 +000026 <modules>
27 <module>slf4j-api</module>
28 <module>slf4j-simple</module>
29 <module>slf4j-nop</module>
30 <module>slf4j-jdk14</module>
31 <module>slf4j-log4j12</module>
32 <module>slf4j-jcl</module>
Ceki Gulcu87b72422008-06-03 21:18:51 +000033 <module>jcl-over-slf4j</module>
Ceki Gulcu83412492006-09-05 20:48:47 +000034 <module>jcl104-over-slf4j</module>
Ceki Gulcu14797602007-07-09 20:24:02 +000035 <module>log4j-over-slf4j</module>
Ceki Gulcu78f138e2008-05-28 20:28:49 +000036 <module>jul-to-slf4j</module>
Ceki Gulcu83412492006-09-05 20:48:47 +000037 <module>slf4j-site</module>
Ceki Gulcu5e411702008-02-21 19:06:30 +000038 <module>slf4j-migrator</module>
Ceki Gulcu83412492006-09-05 20:48:47 +000039 </modules>
40
41 <dependencies>
42 <dependency>
43 <groupId>junit</groupId>
44 <artifactId>junit</artifactId>
45 <version>3.8.1</version>
46 <scope>test</scope>
47 </dependency>
48 </dependencies>
Ceki Gulcu55a650f2006-11-04 18:35:32 +000049
50
Ceki Gulcu2a40c062007-05-18 20:57:38 +000051 <dependencyManagement>
52 <dependencies>
53
54 <dependency>
55 <groupId>${project.groupId}</groupId>
56 <artifactId>slf4j-api</artifactId>
57 <version>${project.version}</version>
58 </dependency>
59
60 <dependency>
61 <groupId>log4j</groupId>
62 <artifactId>log4j</artifactId>
Ceki Gulcud75c3962008-05-27 18:39:57 +000063 <version>1.2.14</version>
Ceki Gulcu2a40c062007-05-18 20:57:38 +000064 </dependency>
65
66 </dependencies>
67 </dependencyManagement>
68
Ceki Gulcu83412492006-09-05 20:48:47 +000069
70 <build>
Ceki Gulcua1149da2007-08-20 18:10:22 +000071 <resources>
72 <resource>
73 <directory>src/main/resources</directory>
74 <filtering>true</filtering>
75 </resource>
76 </resources>
Ceki Gulcu738eab62007-08-20 21:27:47 +000077
Ceki Gulcu83412492006-09-05 20:48:47 +000078 <plugins>
79 <plugin>
80 <groupId>org.apache.maven.plugins</groupId>
81 <artifactId>maven-compiler-plugin</artifactId>
82 <configuration>
Ceki Gulcu877ae042007-01-29 21:16:43 +000083 <source>1.3</source>
84 <target>1.3</target>
Ceki Gulcu83412492006-09-05 20:48:47 +000085 </configuration>
86 </plugin>
87
88 <plugin>
89 <groupId>org.apache.maven.plugins</groupId>
90 <artifactId>maven-surefire-plugin</artifactId>
91 <configuration>
92 <forkMode>once</forkMode>
93 <reportFormat>plain</reportFormat>
94 <trimStackTrace>false</trimStackTrace>
95 <excludes>
96 <exclude>**/AllTest.java</exclude>
97 <exclude>**/PackageTest.java</exclude>
98 </excludes>
99 </configuration>
100 </plugin>
101
102 <plugin>
103 <groupId>org.apache.maven.plugins</groupId>
104 <artifactId>maven-source-plugin</artifactId>
105 <executions>
106 <execution>
107 <phase>package</phase>
108 <goals>
109 <goal>jar</goal>
110 </goals>
111 </execution>
112 </executions>
113 </plugin>
114
115 <plugin>
116 <groupId>org.apache.maven.plugins</groupId>
117 <artifactId>maven-javadoc-plugin</artifactId>
118 <configuration>
Ceki Gulcu83412492006-09-05 20:48:47 +0000119 <aggregate>true</aggregate>
Ceki Gulcuefd978c2008-04-29 17:38:38 +0000120 <excludePackageNames>org.slf4j.migrator:org.slf4j.migrator.*</excludePackageNames>
Ceki Gulcu83412492006-09-05 20:48:47 +0000121 <links>
122 <link>
123 http://java.sun.com/j2se/1.5.0/docs/api
124 </link>
125 </links>
126 <groups>
127 <group>
128 <title>SLF4J packages</title>
Ceki Gulcua0a881b2006-09-11 22:08:20 +0000129 <packages>org.slf4j:org.slf4j.*</packages>
Ceki Gulcu83412492006-09-05 20:48:47 +0000130 </group>
131 <group>
132 <title>Jakarta Commons Logging packages</title>
133 <packages>org.apache.commons.*</packages>
134 </group>
Ceki Gulcua0a881b2006-09-11 22:08:20 +0000135
136 <group>
137 <title>Apache log4j</title>
138 <packages>org.apache.log4j</packages>
139 </group>
140
Ceki Gulcu83412492006-09-05 20:48:47 +0000141 </groups>
142 </configuration>
143 </plugin>
144
145 </plugins>
146
147 </build>
148
Ceki Gulcu55a650f2006-11-04 18:35:32 +0000149 <profiles>
150 <profile>
151 <id>skipTests</id>
152 <properties>
153 <maven.test.skip>true</maven.test.skip>
154 </properties>
155 </profile>
John E. Conlon426da1d2007-02-16 21:03:05 +0000156 <profile>
157 <id>osgi</id>
158 <modules>
159 <module>osgi-over-slf4j</module>
Ceki Gulcu0740cb12007-02-18 17:50:26 +0000160 <module>slf4j-osgi-test-bundle</module>
161 <module>slf4j-osgi-integration-test</module>
John E. Conlon426da1d2007-02-16 21:03:05 +0000162 </modules>
Ceki Gulcu0740cb12007-02-18 17:50:26 +0000163
164 <repositories>
165 <repository>
166 <id>m2apache.snapshots</id>
167 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
168 <releases>
169 <enabled>false</enabled>
170 </releases>
171 <snapshots>
172 <enabled>true</enabled>
173 </snapshots>
174 </repository>
175
176 <repository>
177 <id>springframework.org</id>
178 <name>Springframework Maven SNAPSHOT Repository</name>
179 <url>http://static.springframework.org/maven2-snapshots/</url>
180 <snapshots>
181 <enabled>true</enabled>
182 </snapshots>
183 </repository>
184
185 </repositories>
186
187 <pluginRepositories>
188 <pluginRepository>
189 <id>apache.snapshots</id>
190 <name>Apache Snapshot Plugin Repository</name>
191 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
192 <releases>
193 <enabled>false</enabled>
194 </releases>
195 <snapshots>
196 <enabled>true</enabled>
197 </snapshots>
198 </pluginRepository>
199 </pluginRepositories>
200
John E. Conlon426da1d2007-02-16 21:03:05 +0000201 </profile>
Ceki Gulcu55a650f2006-11-04 18:35:32 +0000202 </profiles>
203
Sebastien Pennec06f1fc72007-02-06 18:48:40 +0000204 <pluginRepositories>
205 <pluginRepository>
206 <id>apache.snapshots</id>
207 <name>Apache Snapshot Plugin Repository</name>
208 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
209 <releases>
John E. Conlonfe3885e2007-02-06 21:01:59 +0000210 <enabled>false</enabled>
Sebastien Pennec06f1fc72007-02-06 18:48:40 +0000211 </releases>
212 <snapshots>
Ceki Gulcu0740cb12007-02-18 17:50:26 +0000213 <enabled>true</enabled>
214 </snapshots>
Sebastien Pennec06f1fc72007-02-06 18:48:40 +0000215 </pluginRepository>
216 </pluginRepositories>
217
Ceki Gulcu83412492006-09-05 20:48:47 +0000218 <reporting>
219 <plugins>
220 <plugin>
221 <groupId>org.apache.maven.plugins</groupId>
222 <artifactId>maven-site-plugin</artifactId>
223 </plugin>
224
225 <plugin>
226 <groupId>org.apache.maven.plugins</groupId>
227 <artifactId>maven-project-info-reports-plugin</artifactId>
228 <reportSets>
229 <reportSet><reports/></reportSet>
230 </reportSets>
231 </plugin>
232
233 <plugin>
Ceki Gulcu55a650f2006-11-04 18:35:32 +0000234 <artifactId>maven-assembly-plugin</artifactId>
235 <version>2.1</version>
236 <configuration>
237 <descriptors>
238 <descriptor>
239 src/main/assembly/source.xml
240 </descriptor>
241 </descriptors>
Ceki Gulcu7185b0f2006-11-16 22:54:30 +0000242 <finalName>slf4j-${project.version}</finalName>
Ceki Gulcu83412492006-09-05 20:48:47 +0000243 <appendAssemblyId>false</appendAssemblyId>
244 <outputDirectory>target/site/dist/</outputDirectory>
245 </configuration>
246 </plugin>
Ceki Gulcu7185b0f2006-11-16 22:54:30 +0000247
248 <plugin>
249 <groupId>org.apache.maven.plugins</groupId>
250 <artifactId>maven-jxr-plugin</artifactId>
251 <configuration>
252 <aggregate>true</aggregate>
Ceki Gulcub9239de2006-12-14 21:06:39 +0000253 <javadocDir>target/site/api/</javadocDir>
Ceki Gulcu7185b0f2006-11-16 22:54:30 +0000254 <linkJavadoc>true</linkJavadoc>
255 </configuration>
256 </plugin>
Ceki Gulcu83412492006-09-05 20:48:47 +0000257 </plugins>
258
259 </reporting>
260
Sebastien Pennec2975f372006-09-13 12:31:38 +0000261
262 <scm>
Ceki Gulcuc0002ed2006-11-08 22:13:36 +0000263 <connection>scm:svn:http://svn.slf4j.org/repos/slf4j/trunk</connection>
Sebastien Pennec2975f372006-09-13 12:31:38 +0000264 <developerConnection>scm:svn:https://svn.slf4j.org/repos/slf4j/trunk</developerConnection>
265 <url>http://svn.slf4j.org/viewvc/slf4j/trunk/</url>
266 </scm>
267
Ceki Gulcua0a881b2006-09-11 22:08:20 +0000268 <distributionManagement>
269 <site>
270 <id>pixie</id>
271 <url>scp://pixie/var/www/www.slf4j.org/htdocs/</url>
272 </site>
Ceki Gulcuc0002ed2006-11-08 22:13:36 +0000273
274 <repository>
275 <id>pixie</id>
276 <url>scp://pixie/var/mvnrepo/</url>
277 </repository>
278
Ceki Gulcua0a881b2006-09-11 22:08:20 +0000279 </distributionManagement>
Sebastien Pennec06f1fc72007-02-06 18:48:40 +0000280
Ceki Gulcuddce3632006-08-14 20:34:26 +0000281</project>