Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 1 | <?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 Gulcu | a0a881b | 2006-09-11 22:08:20 +0000 | [diff] [blame] | 7 | <artifactId>slf4j-parent</artifactId> |
Ceki Gulcu | ac25a35 | 2008-06-09 12:42:14 +0000 | [diff] [blame] | 8 | <version>1.5.3-SNAPSHOT</version> |
Ceki Gulcu | a0a881b | 2006-09-11 22:08:20 +0000 | [diff] [blame] | 9 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 10 | <packaging>pom</packaging> |
| 11 | <name>SLF4J</name> |
| 12 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 13 | <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 Gulcu | 84f0f6b | 2007-02-22 19:15:56 +0000 | [diff] [blame] | 21 | <properties> |
Ceki Gulcu | 053a98b | 2008-08-02 19:24:58 +0000 | [diff] [blame^] | 22 | <slf4j-ext-version>1.0-alpha0</slf4j-ext-version> |
Ceki Gulcu | 84f0f6b | 2007-02-22 19:15:56 +0000 | [diff] [blame] | 23 | </properties> |
| 24 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 25 | <modules> |
| 26 | <module>slf4j-api</module> |
| 27 | <module>slf4j-simple</module> |
| 28 | <module>slf4j-nop</module> |
| 29 | <module>slf4j-jdk14</module> |
| 30 | <module>slf4j-log4j12</module> |
| 31 | <module>slf4j-jcl</module> |
Ceki Gulcu | eb84d13 | 2008-07-21 14:28:29 +0000 | [diff] [blame] | 32 | <module>slf4j-ext</module> |
Ceki Gulcu | 87b7242 | 2008-06-03 21:18:51 +0000 | [diff] [blame] | 33 | <module>jcl-over-slf4j</module> |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 34 | <module>jcl104-over-slf4j</module> |
Ceki Gulcu | 1479760 | 2007-07-09 20:24:02 +0000 | [diff] [blame] | 35 | <module>log4j-over-slf4j</module> |
Ceki Gulcu | 78f138e | 2008-05-28 20:28:49 +0000 | [diff] [blame] | 36 | <module>jul-to-slf4j</module> |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 37 | <module>slf4j-site</module> |
Ceki Gulcu | 5e41170 | 2008-02-21 19:06:30 +0000 | [diff] [blame] | 38 | <module>slf4j-migrator</module> |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 39 | </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 Gulcu | 55a650f | 2006-11-04 18:35:32 +0000 | [diff] [blame] | 49 | |
| 50 | |
Ceki Gulcu | 2a40c06 | 2007-05-18 20:57:38 +0000 | [diff] [blame] | 51 | <dependencyManagement> |
| 52 | <dependencies> |
| 53 | |
| 54 | <dependency> |
Ceki Gulcu | 053a98b | 2008-08-02 19:24:58 +0000 | [diff] [blame^] | 55 | <groupId>org.slf4j</groupId> |
Ceki Gulcu | 2a40c06 | 2007-05-18 20:57:38 +0000 | [diff] [blame] | 56 | <artifactId>slf4j-api</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | |
| 60 | <dependency> |
| 61 | <groupId>log4j</groupId> |
| 62 | <artifactId>log4j</artifactId> |
Ceki Gulcu | d75c396 | 2008-05-27 18:39:57 +0000 | [diff] [blame] | 63 | <version>1.2.14</version> |
Ceki Gulcu | 2a40c06 | 2007-05-18 20:57:38 +0000 | [diff] [blame] | 64 | </dependency> |
| 65 | |
| 66 | </dependencies> |
| 67 | </dependencyManagement> |
| 68 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 69 | |
| 70 | <build> |
Ceki Gulcu | a1149da | 2007-08-20 18:10:22 +0000 | [diff] [blame] | 71 | <resources> |
| 72 | <resource> |
| 73 | <directory>src/main/resources</directory> |
| 74 | <filtering>true</filtering> |
| 75 | </resource> |
| 76 | </resources> |
Ceki Gulcu | 738eab6 | 2007-08-20 21:27:47 +0000 | [diff] [blame] | 77 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 78 | <plugins> |
| 79 | <plugin> |
| 80 | <groupId>org.apache.maven.plugins</groupId> |
| 81 | <artifactId>maven-compiler-plugin</artifactId> |
| 82 | <configuration> |
Ceki Gulcu | 877ae04 | 2007-01-29 21:16:43 +0000 | [diff] [blame] | 83 | <source>1.3</source> |
| 84 | <target>1.3</target> |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 85 | </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 Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 119 | <aggregate>true</aggregate> |
Ceki Gulcu | efd978c | 2008-04-29 17:38:38 +0000 | [diff] [blame] | 120 | <excludePackageNames>org.slf4j.migrator:org.slf4j.migrator.*</excludePackageNames> |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 121 | <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 Gulcu | a0a881b | 2006-09-11 22:08:20 +0000 | [diff] [blame] | 129 | <packages>org.slf4j:org.slf4j.*</packages> |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 130 | </group> |
| 131 | <group> |
| 132 | <title>Jakarta Commons Logging packages</title> |
| 133 | <packages>org.apache.commons.*</packages> |
| 134 | </group> |
Ceki Gulcu | a0a881b | 2006-09-11 22:08:20 +0000 | [diff] [blame] | 135 | |
| 136 | <group> |
| 137 | <title>Apache log4j</title> |
| 138 | <packages>org.apache.log4j</packages> |
| 139 | </group> |
| 140 | |
Ceki Gulcu | 2fb77b1 | 2008-06-05 21:37:40 +0000 | [diff] [blame] | 141 | <group> |
| 142 | <title>java.util.logging (JUL) to SLF4J bridge</title> |
| 143 | <packages>org.slf4j.bridge</packages> |
| 144 | </group> |
| 145 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 146 | </groups> |
| 147 | </configuration> |
| 148 | </plugin> |
| 149 | |
| 150 | </plugins> |
| 151 | |
| 152 | </build> |
| 153 | |
Ceki Gulcu | 55a650f | 2006-11-04 18:35:32 +0000 | [diff] [blame] | 154 | <profiles> |
| 155 | <profile> |
| 156 | <id>skipTests</id> |
| 157 | <properties> |
| 158 | <maven.test.skip>true</maven.test.skip> |
| 159 | </properties> |
| 160 | </profile> |
John E. Conlon | 426da1d | 2007-02-16 21:03:05 +0000 | [diff] [blame] | 161 | <profile> |
| 162 | <id>osgi</id> |
| 163 | <modules> |
| 164 | <module>osgi-over-slf4j</module> |
Ceki Gulcu | 0740cb1 | 2007-02-18 17:50:26 +0000 | [diff] [blame] | 165 | <module>slf4j-osgi-test-bundle</module> |
| 166 | <module>slf4j-osgi-integration-test</module> |
John E. Conlon | 426da1d | 2007-02-16 21:03:05 +0000 | [diff] [blame] | 167 | </modules> |
Ceki Gulcu | 0740cb1 | 2007-02-18 17:50:26 +0000 | [diff] [blame] | 168 | |
| 169 | <repositories> |
| 170 | <repository> |
| 171 | <id>m2apache.snapshots</id> |
| 172 | <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
| 173 | <releases> |
| 174 | <enabled>false</enabled> |
| 175 | </releases> |
| 176 | <snapshots> |
| 177 | <enabled>true</enabled> |
| 178 | </snapshots> |
| 179 | </repository> |
| 180 | |
| 181 | <repository> |
| 182 | <id>springframework.org</id> |
| 183 | <name>Springframework Maven SNAPSHOT Repository</name> |
| 184 | <url>http://static.springframework.org/maven2-snapshots/</url> |
| 185 | <snapshots> |
| 186 | <enabled>true</enabled> |
| 187 | </snapshots> |
| 188 | </repository> |
| 189 | |
| 190 | </repositories> |
| 191 | |
| 192 | <pluginRepositories> |
| 193 | <pluginRepository> |
| 194 | <id>apache.snapshots</id> |
| 195 | <name>Apache Snapshot Plugin Repository</name> |
| 196 | <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
| 197 | <releases> |
| 198 | <enabled>false</enabled> |
| 199 | </releases> |
| 200 | <snapshots> |
| 201 | <enabled>true</enabled> |
| 202 | </snapshots> |
| 203 | </pluginRepository> |
| 204 | </pluginRepositories> |
| 205 | |
John E. Conlon | 426da1d | 2007-02-16 21:03:05 +0000 | [diff] [blame] | 206 | </profile> |
Ceki Gulcu | 55a650f | 2006-11-04 18:35:32 +0000 | [diff] [blame] | 207 | </profiles> |
| 208 | |
Sebastien Pennec | 06f1fc7 | 2007-02-06 18:48:40 +0000 | [diff] [blame] | 209 | <pluginRepositories> |
| 210 | <pluginRepository> |
| 211 | <id>apache.snapshots</id> |
| 212 | <name>Apache Snapshot Plugin Repository</name> |
| 213 | <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
| 214 | <releases> |
John E. Conlon | fe3885e | 2007-02-06 21:01:59 +0000 | [diff] [blame] | 215 | <enabled>false</enabled> |
Sebastien Pennec | 06f1fc7 | 2007-02-06 18:48:40 +0000 | [diff] [blame] | 216 | </releases> |
| 217 | <snapshots> |
Ceki Gulcu | 0740cb1 | 2007-02-18 17:50:26 +0000 | [diff] [blame] | 218 | <enabled>true</enabled> |
| 219 | </snapshots> |
Sebastien Pennec | 06f1fc7 | 2007-02-06 18:48:40 +0000 | [diff] [blame] | 220 | </pluginRepository> |
| 221 | </pluginRepositories> |
| 222 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 223 | <reporting> |
| 224 | <plugins> |
| 225 | <plugin> |
| 226 | <groupId>org.apache.maven.plugins</groupId> |
| 227 | <artifactId>maven-site-plugin</artifactId> |
| 228 | </plugin> |
| 229 | |
| 230 | <plugin> |
| 231 | <groupId>org.apache.maven.plugins</groupId> |
| 232 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 233 | <reportSets> |
| 234 | <reportSet><reports/></reportSet> |
| 235 | </reportSets> |
| 236 | </plugin> |
| 237 | |
| 238 | <plugin> |
Ceki Gulcu | 55a650f | 2006-11-04 18:35:32 +0000 | [diff] [blame] | 239 | <artifactId>maven-assembly-plugin</artifactId> |
| 240 | <version>2.1</version> |
| 241 | <configuration> |
| 242 | <descriptors> |
| 243 | <descriptor> |
| 244 | src/main/assembly/source.xml |
| 245 | </descriptor> |
| 246 | </descriptors> |
Ceki Gulcu | 7185b0f | 2006-11-16 22:54:30 +0000 | [diff] [blame] | 247 | <finalName>slf4j-${project.version}</finalName> |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 248 | <appendAssemblyId>false</appendAssemblyId> |
| 249 | <outputDirectory>target/site/dist/</outputDirectory> |
| 250 | </configuration> |
| 251 | </plugin> |
Ceki Gulcu | 7185b0f | 2006-11-16 22:54:30 +0000 | [diff] [blame] | 252 | |
| 253 | <plugin> |
| 254 | <groupId>org.apache.maven.plugins</groupId> |
| 255 | <artifactId>maven-jxr-plugin</artifactId> |
Ceki Gulcu | fa9a181 | 2008-07-23 20:34:11 +0000 | [diff] [blame] | 256 | <reportSets> |
| 257 | <reportSet> |
| 258 | <reports> |
| 259 | <report>jxr</report> |
| 260 | <report>test-jxr</report> |
| 261 | </reports> |
| 262 | </reportSet> |
| 263 | </reportSets> |
Ceki Gulcu | 7185b0f | 2006-11-16 22:54:30 +0000 | [diff] [blame] | 264 | <configuration> |
| 265 | <aggregate>true</aggregate> |
Ceki Gulcu | b9239de | 2006-12-14 21:06:39 +0000 | [diff] [blame] | 266 | <javadocDir>target/site/api/</javadocDir> |
Ceki Gulcu | 7185b0f | 2006-11-16 22:54:30 +0000 | [diff] [blame] | 267 | <linkJavadoc>true</linkJavadoc> |
| 268 | </configuration> |
| 269 | </plugin> |
Ceki Gulcu | fa9a181 | 2008-07-23 20:34:11 +0000 | [diff] [blame] | 270 | |
| 271 | |
Ceki Gulcu | 8341249 | 2006-09-05 20:48:47 +0000 | [diff] [blame] | 272 | </plugins> |
| 273 | |
| 274 | </reporting> |
| 275 | |
Sebastien Pennec | 2975f37 | 2006-09-13 12:31:38 +0000 | [diff] [blame] | 276 | |
| 277 | <scm> |
Ceki Gulcu | c0002ed | 2006-11-08 22:13:36 +0000 | [diff] [blame] | 278 | <connection>scm:svn:http://svn.slf4j.org/repos/slf4j/trunk</connection> |
Sebastien Pennec | 2975f37 | 2006-09-13 12:31:38 +0000 | [diff] [blame] | 279 | <developerConnection>scm:svn:https://svn.slf4j.org/repos/slf4j/trunk</developerConnection> |
| 280 | <url>http://svn.slf4j.org/viewvc/slf4j/trunk/</url> |
| 281 | </scm> |
| 282 | |
Ceki Gulcu | a0a881b | 2006-09-11 22:08:20 +0000 | [diff] [blame] | 283 | <distributionManagement> |
| 284 | <site> |
| 285 | <id>pixie</id> |
| 286 | <url>scp://pixie/var/www/www.slf4j.org/htdocs/</url> |
| 287 | </site> |
Ceki Gulcu | c0002ed | 2006-11-08 22:13:36 +0000 | [diff] [blame] | 288 | |
| 289 | <repository> |
| 290 | <id>pixie</id> |
| 291 | <url>scp://pixie/var/mvnrepo/</url> |
| 292 | </repository> |
| 293 | |
Ceki Gulcu | a0a881b | 2006-09-11 22:08:20 +0000 | [diff] [blame] | 294 | </distributionManagement> |
Sebastien Pennec | 06f1fc7 | 2007-02-06 18:48:40 +0000 | [diff] [blame] | 295 | |
Ceki Gulcu | ddce363 | 2006-08-14 20:34:26 +0000 | [diff] [blame] | 296 | </project> |