blob: 5ca53f57059052e327b33748a02cd4251683800c [file] [log] [blame]
Sebastian Bazley5f4310f2009-03-06 13:52:00 +00001<?xml version="1.0" encoding="UTF-8"?>
Torsten Curdt444238f2008-07-10 21:36:43 +00002<!--
3
4 Licensed to the Apache Software Foundation (ASF) under one or more
5 contributor license agreements. See the NOTICE file distributed with
6 this work for additional information regarding copyright ownership.
7 The ASF licenses this file to You under the Apache License, Version 2.0
8 (the "License"); you may not use this file except in compliance with
9 the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18
19-->
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +000020<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">
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +000021 <modelVersion>4.0.0</modelVersion>
Torsten Curdtca165392008-07-10 10:17:44 +000022 <parent>
23 <groupId>org.apache.commons</groupId>
Stefan Bodewig01185cb2009-03-20 13:31:11 +000024 <artifactId>commons-parent</artifactId>
25 <version>11</version>
Torsten Curdtca165392008-07-10 10:17:44 +000026 </parent>
27
28 <artifactId>commons-compress</artifactId>
29 <version>1.0-SNAPSHOT</version>
Stefan Bodewig01185cb2009-03-20 13:31:11 +000030 <name>Commons Compress</name>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +000031 <url>http://commons.apache.org/compress/</url>
Sebastian Bazley0515b722009-03-23 22:33:41 +000032 <description>Commons Compress is a component that contains Ar, Cpio, Jar, Tar, Zip and BZip2 packages</description>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +000033
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +000034 <issueManagement>
35 <system>jira</system>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +000036 <url>http://issues.apache.org/jira/browse/COMPRESS</url>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +000037 </issueManagement>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +000038
Torsten Curdtca165392008-07-10 10:17:44 +000039 <dependencies>
40 <dependency>
41 <groupId>junit</groupId>
42 <artifactId>junit</artifactId>
Stefan Bodewigb2e789e2009-03-20 13:35:38 +000043 <version>3.8.2</version>
Torsten Curdtca165392008-07-10 10:17:44 +000044 <scope>test</scope>
45 </dependency>
46 </dependencies>
47
48 <developers>
49 <developer>
Torsten Curdtc06ef182009-01-07 12:53:42 +000050 <name>Torsten Curdt</name>
51 <id>tcurdt</id>
52 <email>tcurdt at apache.org</email>
Torsten Curdtca165392008-07-10 10:17:44 +000053 </developer>
54 <developer>
Torsten Curdtc06ef182009-01-07 12:53:42 +000055 <name>Henri Yandell</name>
56 <id>bayard</id>
57 <email>bayard at apache.org</email>
Torsten Curdtca165392008-07-10 10:17:44 +000058 </developer>
Stefan Bodewig743d7c52009-02-05 11:01:35 +000059 <developer>
60 <name>Stefan Bodewig</name>
61 <id>bodewig</id>
62 <email>bodewig at apache.org</email>
63 </developer>
Torsten Curdtca165392008-07-10 10:17:44 +000064 </developers>
Torsten Curdtc06ef182009-01-07 12:53:42 +000065
66 <contributors>
67 <contributor>
68 <name>Christian Grobmeier</name>
69 <email>grobmeier at gmail.com</email>
70 </contributor>
Stefan Bodewige451ee42009-02-19 13:36:59 +000071 <contributor>
72 <name>Wolfgang Glas</name>
73 <email>wolfgang.glas at ev-i.at</email>
74 </contributor>
Torsten Curdtc06ef182009-01-07 12:53:42 +000075 </contributors>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +000076
Torsten Curdtca165392008-07-10 10:17:44 +000077 <scm>
Stefan Bodewig01185cb2009-03-20 13:31:11 +000078 <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/trunk</connection>
79 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/trunk</developerConnection>
80 <url>http://svn.apache.org/repos/asf/commons/proper/compress/trunk</url>
Torsten Curdtca165392008-07-10 10:17:44 +000081 </scm>
82
83 <distributionManagement>
84 <site>
85 <id>website</id>
86 <name>Apache Website</name>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +000087 <url>scp://people.apache.org/www/commons.apache.org/compress/</url>
Torsten Curdtca165392008-07-10 10:17:44 +000088 </site>
89 </distributionManagement>
90
91 <properties>
Sebastian Bazley5f4310f2009-03-06 13:52:00 +000092 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
93 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Niall Pembertonf1df5fa2009-02-12 23:42:56 +000094 <maven.compile.source>1.4</maven.compile.source>
95 <maven.compile.target>1.4</maven.compile.target>
Torsten Curdtca165392008-07-10 10:17:44 +000096 <commons.componentid>compress</commons.componentid>
Niall Pemberton78f2b972009-03-23 23:04:13 +000097 <commons.jira.id>COMPRESS</commons.jira.id>
98 <commons.jira.pid>12310904</commons.jira.pid>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +000099 <!-- configuration bits for cutting a release candidate -->
100 <commons.release.version>1.0</commons.release.version>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +0000101 <commons.rc.version>RC1</commons.rc.version>
102 </properties>
Torsten Curdtca165392008-07-10 10:17:44 +0000103
104 <build>
Torsten Curdtca165392008-07-10 10:17:44 +0000105 <plugins>
Stefan Bodewig75d59c32009-02-12 10:03:44 +0000106 <plugin>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000107 <!-- create the source and binary assemblies -->
108 <artifactId>maven-assembly-plugin</artifactId>
Torsten Curdtca165392008-07-10 10:17:44 +0000109 <configuration>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000110 <descriptors>
111 <descriptor>src/assembly/bin.xml</descriptor>
112 <descriptor>src/assembly/src.xml</descriptor>
113 </descriptors>
114 <tarLongFileMode>gnu</tarLongFileMode>
Torsten Curdtca165392008-07-10 10:17:44 +0000115 </configuration>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +0000116 </plugin>
117 </plugins>
Torsten Curdtca165392008-07-10 10:17:44 +0000118 </build>
119
120 <reporting>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +0000121 <plugins>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000122 <plugin>
123 <!-- generate the changes report from changes.xml and link to JIRA -->
124 <groupId>org.apache.maven.plugins</groupId>
125 <artifactId>maven-changes-plugin</artifactId>
126 <version>2.0</version>
127 <configuration>
128 <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
129 </configuration>
130 <reportSets>
131 <reportSet>
132 <reports>
133 <report>changes-report</report>
134 </reports>
135 </reportSet>
136 </reportSets>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +0000137 </plugin>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000138 <plugin>
139 <!-- generate a code coverage report -->
140 <groupId>org.codehaus.mojo</groupId>
141 <artifactId>cobertura-maven-plugin</artifactId>
142 <version>2.2</version>
143 </plugin>
144 <plugin>
145 <!-- generate the PMD reports -->
146 <groupId>org.apache.maven.plugins</groupId>
147 <artifactId>maven-pmd-plugin</artifactId>
148 <version>2.4</version>
149 <configuration>
150 <minimumTokens>200</minimumTokens>
151 <targetJdk>${maven.compile.source}</targetJdk>
152 <rulesets>
153 <ruleset>/rulesets/basic.xml</ruleset>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +0000154 <ruleset>/rulesets/finalizers.xml</ruleset>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000155 <ruleset>/rulesets/imports.xml</ruleset>
156 <ruleset>/rulesets/unusedcode.xml</ruleset>
157 </rulesets>
158 </configuration>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +0000159 </plugin>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000160 <!-- 2009-03-23 sgoeschl fix this is currently broken since there is no checkstyle.xml -->
161 <!--
Torsten Curdtca165392008-07-10 10:17:44 +0000162 <plugin>
163 <groupId>org.apache.maven.plugins</groupId>
164 <artifactId>maven-checkstyle-plugin</artifactId>
165 <configuration>
166 <configLocation>checkstyle.xml</configLocation>
167 </configuration>
168 </plugin>
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000169 -->
170 </plugins>
Torsten Curdtca165392008-07-10 10:17:44 +0000171 </reporting>
172
Siegfried Goeschlf03f2f92009-03-23 14:52:23 +0000173 <profiles>
174 <profile>
175 <id>rc</id>
176 <distributionManagement>
177 <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
178 <site>
179 <id>apache.website</id>
180 <name>Apache Commons Release Candidate Staging Site</name>
181 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
182 </site>
183 </distributionManagement>
184 </profile>
185 </profiles>
Dennis Lundberg4dcba5a2009-03-23 23:10:54 +0000186
Torsten Curdtca165392008-07-10 10:17:44 +0000187</project>