Sebastian Bazley | 8391bf8 | 2013-05-13 19:25:52 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Torsten Curdt | 444238f | 2008-07-10 21:36:43 +0000 | [diff] [blame] | 2 | <!-- |
Torsten Curdt | 444238f | 2008-07-10 21:36:43 +0000 | [diff] [blame] | 3 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | contributor license agreements. See the NOTICE file distributed with |
| 5 | this work for additional information regarding copyright ownership. |
| 6 | The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | (the "License"); you may not use this file except in compliance with |
| 8 | the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
Torsten Curdt | 444238f | 2008-07-10 21:36:43 +0000 | [diff] [blame] | 17 | --> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 18 | <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 Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 19 | <modelVersion>4.0.0</modelVersion> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.commons</groupId> |
Stefan Bodewig | 01185cb | 2009-03-20 13:31:11 +0000 | [diff] [blame] | 22 | <artifactId>commons-parent</artifactId> |
Stefan Bodewig | 633f9c9 | 2016-01-15 05:55:43 +0100 | [diff] [blame] | 23 | <version>39</version> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 24 | </parent> |
| 25 | |
Sebastian Bazley | 606bd73 | 2010-05-21 15:09:32 +0000 | [diff] [blame] | 26 | <groupId>org.apache.commons</groupId> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 27 | <artifactId>commons-compress</artifactId> |
Stefan Bodewig | 9a677fb | 2016-06-21 21:27:57 +0200 | [diff] [blame^] | 28 | <version>1.13-SNAPSHOT</version> |
Sebastian Bazley | 6eb0360 | 2013-10-21 14:50:42 +0000 | [diff] [blame] | 29 | <name>Apache Commons Compress</name> |
Sebastian Bazley | 80beb0e | 2013-03-22 17:49:27 +0000 | [diff] [blame] | 30 | <url>http://commons.apache.org/proper/commons-compress/</url> |
Sebastian Bazley | ec37762 | 2012-03-31 12:07:04 +0000 | [diff] [blame] | 31 | <!-- The description is not indented to make it look better in the release notes --> |
Sebastian Bazley | 842dfd8 | 2010-04-13 19:25:29 +0000 | [diff] [blame] | 32 | <description> |
Stefan Bodewig | 083e7a4 | 2014-10-05 13:38:23 +0000 | [diff] [blame] | 33 | Apache Commons Compress software defines an API for working with |
Sebastian Bazley | 08bf3f7 | 2015-02-04 17:56:41 +0000 | [diff] [blame] | 34 | compression and archive formats. These include: bzip2, gzip, pack200, |
| 35 | lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio, |
| 36 | jar, tar, zip, dump, 7z, arj. |
Sebastian Bazley | 842dfd8 | 2010-04-13 19:25:29 +0000 | [diff] [blame] | 37 | </description> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 38 | |
Sebastian Bazley | bea8d43 | 2010-04-13 19:16:58 +0000 | [diff] [blame] | 39 | <properties> |
ggregory | 35d616f | 2016-04-09 09:02:59 -0700 | [diff] [blame] | 40 | <maven.compiler.source>1.6</maven.compiler.source> |
| 41 | <maven.compiler.target>1.6</maven.compiler.target> |
Sebastian Bazley | bea8d43 | 2010-04-13 19:16:58 +0000 | [diff] [blame] | 42 | <commons.componentid>compress</commons.componentid> |
| 43 | <commons.jira.id>COMPRESS</commons.jira.id> |
| 44 | <commons.jira.pid>12310904</commons.jira.pid> |
| 45 | <!-- configuration bits for cutting a release candidate --> |
Stefan Bodewig | 7ee2199 | 2014-01-11 16:07:00 +0000 | [diff] [blame] | 46 | <commons.release.version>${project.version}</commons.release.version> |
Stefan Bodewig | 68d0c02 | 2011-10-26 03:50:11 +0000 | [diff] [blame] | 47 | <commons.rc.version>RC1</commons.rc.version> |
Stefan Bodewig | e7c50ce | 2016-04-09 18:25:14 +0200 | [diff] [blame] | 48 | <powermock.version>1.6.4</powermock.version> |
ggregory | 7fb6277 | 2016-04-18 15:01:34 -0700 | [diff] [blame] | 49 | <commons.pmd-plugin.version>3.6</commons.pmd-plugin.version> |
Sebastian Bazley | bea8d43 | 2010-04-13 19:16:58 +0000 | [diff] [blame] | 50 | </properties> |
| 51 | |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 52 | <issueManagement> |
| 53 | <system>jira</system> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 54 | <url>http://issues.apache.org/jira/browse/COMPRESS</url> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 55 | </issueManagement> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 56 | |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 57 | <dependencies> |
| 58 | <dependency> |
| 59 | <groupId>junit</groupId> |
| 60 | <artifactId>junit</artifactId> |
Sebastian Bazley | f18a9f6 | 2015-02-16 00:08:05 +0000 | [diff] [blame] | 61 | <version>4.12</version> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 62 | <scope>test</scope> |
| 63 | </dependency> |
Stefan Bodewig | aa73926 | 2011-11-02 16:13:41 +0000 | [diff] [blame] | 64 | <dependency> |
| 65 | <groupId>org.tukaani</groupId> |
| 66 | <artifactId>xz</artifactId> |
Stefan Bodewig | 02006b5 | 2014-03-08 17:17:34 +0000 | [diff] [blame] | 67 | <version>1.5</version> |
Emmanuel Bourg | 61792c9 | 2014-03-19 12:28:16 +0000 | [diff] [blame] | 68 | <optional>true</optional> |
Stefan Bodewig | aa73926 | 2011-11-02 16:13:41 +0000 | [diff] [blame] | 69 | </dependency> |
Stefan Bodewig | e7c50ce | 2016-04-09 18:25:14 +0200 | [diff] [blame] | 70 | <dependency> |
| 71 | <groupId>org.powermock</groupId> |
| 72 | <artifactId>powermock-module-junit4</artifactId> |
| 73 | <version>${powermock.version}</version> |
| 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.powermock</groupId> |
| 78 | <artifactId>powermock-api-mockito</artifactId> |
| 79 | <version>${powermock.version}</version> |
| 80 | <scope>test</scope> |
| 81 | </dependency> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 82 | </dependencies> |
| 83 | |
| 84 | <developers> |
| 85 | <developer> |
Torsten Curdt | c06ef18 | 2009-01-07 12:53:42 +0000 | [diff] [blame] | 86 | <name>Torsten Curdt</name> |
| 87 | <id>tcurdt</id> |
| 88 | <email>tcurdt at apache.org</email> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 89 | </developer> |
| 90 | <developer> |
Stefan Bodewig | 743d7c5 | 2009-02-05 11:01:35 +0000 | [diff] [blame] | 91 | <name>Stefan Bodewig</name> |
| 92 | <id>bodewig</id> |
| 93 | <email>bodewig at apache.org</email> |
| 94 | </developer> |
Sebastian Bazley | 93fe95d | 2009-04-02 13:48:38 +0000 | [diff] [blame] | 95 | <developer> |
| 96 | <name>Sebastian Bazley</name> |
| 97 | <id>sebb</id> |
| 98 | <email>sebb at apache.org</email> |
| 99 | </developer> |
Christian Grobmeier | c9affe0 | 2009-04-10 19:36:26 +0000 | [diff] [blame] | 100 | <developer> |
| 101 | <name>Christian Grobmeier</name> |
Stefan Bodewig | ec0dd9b | 2011-11-03 06:33:06 +0000 | [diff] [blame] | 102 | <id>grobmeier</id> |
Christian Grobmeier | c9affe0 | 2009-04-10 19:36:26 +0000 | [diff] [blame] | 103 | <email>grobmeier at apache.org</email> |
| 104 | </developer> |
Julius Davies | 2a2c5fc | 2013-01-08 22:16:17 +0000 | [diff] [blame] | 105 | <developer> |
| 106 | <name>Julius Davies</name> |
| 107 | <id>julius</id> |
| 108 | <email>julius at apache.org</email> |
| 109 | </developer> |
Damjan Jovanovic | b6b1e4f | 2013-05-14 05:01:35 +0000 | [diff] [blame] | 110 | <developer> |
| 111 | <name>Damjan Jovanovic</name> |
| 112 | <id>damjan</id> |
| 113 | <email>damjan at apache.org</email> |
| 114 | </developer> |
Emmanuel Bourg | b7fc931 | 2013-12-19 16:12:24 +0000 | [diff] [blame] | 115 | <developer> |
| 116 | <name>Emmanuel Bourg</name> |
| 117 | <id>ebourg</id> |
| 118 | <email>ebourg at apache.org</email> |
| 119 | </developer> |
Gary D. Gregory | 5237cee | 2014-10-23 15:31:03 +0000 | [diff] [blame] | 120 | <developer> |
| 121 | <name>Gary Gregory</name> |
| 122 | <id>ggregory</id> |
| 123 | <email>ggregory at apache.org</email> |
| 124 | </developer> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 125 | </developers> |
Torsten Curdt | c06ef18 | 2009-01-07 12:53:42 +0000 | [diff] [blame] | 126 | |
| 127 | <contributors> |
| 128 | <contributor> |
Stefan Bodewig | e451ee4 | 2009-02-19 13:36:59 +0000 | [diff] [blame] | 129 | <name>Wolfgang Glas</name> |
| 130 | <email>wolfgang.glas at ev-i.at</email> |
| 131 | </contributor> |
Matthew Jason Benson | a24f831 | 2009-03-24 20:41:45 +0000 | [diff] [blame] | 132 | <contributor> |
| 133 | <name>Christian Kohlschütte</name> |
| 134 | <email>ck@newsclub.de</email> |
| 135 | </contributor> |
Stefan Bodewig | 054452a | 2011-08-15 10:47:04 +0000 | [diff] [blame] | 136 | <contributor> |
| 137 | <name>Bear Giles</name> |
| 138 | <email>bgiles@coyotesong.com</email> |
| 139 | </contributor> |
Stefan Bodewig | 950543f | 2011-10-26 14:39:04 +0000 | [diff] [blame] | 140 | <contributor> |
| 141 | <name>Michael Kuss</name> |
| 142 | <email>mail at michael minus kuss.de</email> |
| 143 | </contributor> |
Stefan Bodewig | e166fa7 | 2011-11-03 06:32:25 +0000 | [diff] [blame] | 144 | <contributor> |
| 145 | <name>Lasse Collin</name> |
| 146 | <email>lasse.collin@tukaani.org</email> |
| 147 | </contributor> |
Stefan Bodewig | 6846564 | 2011-12-05 09:58:04 +0000 | [diff] [blame] | 148 | <contributor> |
| 149 | <name>John Kodis</name> |
| 150 | </contributor> |
Stefan Bodewig | 90fc55e | 2013-11-08 15:44:16 +0000 | [diff] [blame] | 151 | <contributor> |
| 152 | <name>BELUGA BEHR</name> |
| 153 | </contributor> |
Torsten Curdt | c06ef18 | 2009-01-07 12:53:42 +0000 | [diff] [blame] | 154 | </contributors> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 155 | |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 156 | <scm> |
Stefan Bodewig | d85561d | 2015-08-27 21:30:24 +0200 | [diff] [blame] | 157 | <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-compress.git</connection> |
| 158 | <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-compress.git</developerConnection> |
| 159 | <url>https://git-wip-us.apache.org/repos/asf?p=commons-compress.git</url> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 160 | </scm> |
| 161 | |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 162 | <build> |
Sebastian Bazley | 74e1dd6 | 2015-02-16 23:19:37 +0000 | [diff] [blame] | 163 | <pluginManagement> |
| 164 | <plugins> |
| 165 | <!-- Override Javadoc config in parent pom to add JCIP tags --> |
| 166 | <plugin> |
| 167 | <groupId>org.apache.maven.plugins</groupId> |
| 168 | <artifactId>maven-javadoc-plugin</artifactId> |
| 169 | <configuration> |
| 170 | <quiet>true</quiet> |
| 171 | <source>${maven.compiler.source}</source> |
| 172 | <encoding>${commons.encoding}</encoding> |
| 173 | <docEncoding>${commons.docEncoding}</docEncoding> |
| 174 | <linksource>true</linksource> |
| 175 | <links> |
| 176 | <link>${commons.javadoc.java.link}</link> |
| 177 | <link>${commons.javadoc.javaee.link}</link> |
| 178 | </links> |
| 179 | <tags> |
| 180 | <tag> |
| 181 | <name>Immutable</name> |
| 182 | <placement>a</placement> |
| 183 | <head>This class is immutable</head> |
| 184 | </tag> |
| 185 | <tag> |
| 186 | <name>NotThreadSafe</name> |
| 187 | <placement>a</placement> |
| 188 | <head>This class is not thread-safe</head> |
| 189 | </tag> |
| 190 | <tag> |
| 191 | <name>ThreadSafe</name> |
| 192 | <placement>a</placement> |
| 193 | <head>This class is thread-safe</head> |
| 194 | </tag> |
| 195 | </tags> |
| 196 | </configuration> |
| 197 | </plugin> |
| 198 | </plugins> |
| 199 | </pluginManagement> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 200 | <plugins> |
Stefan Bodewig | 75d59c3 | 2009-02-12 10:03:44 +0000 | [diff] [blame] | 201 | <plugin> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 202 | <!-- create the source and binary assemblies --> |
| 203 | <artifactId>maven-assembly-plugin</artifactId> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 204 | <configuration> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 205 | <descriptors> |
Sebb | ff5158b | 2016-04-19 00:10:43 +0100 | [diff] [blame] | 206 | <descriptor>src/assembly/bin.xml</descriptor> |
| 207 | <descriptor>src/assembly/src.xml</descriptor> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 208 | </descriptors> |
| 209 | <tarLongFileMode>gnu</tarLongFileMode> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 210 | </configuration> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 211 | </plugin> |
Sebastian Bazley | 0fc47a9 | 2009-05-11 21:56:15 +0000 | [diff] [blame] | 212 | <plugin> |
Sebastian Bazley | dfc6638 | 2010-05-23 11:53:07 +0000 | [diff] [blame] | 213 | <artifactId>maven-jar-plugin</artifactId> |
| 214 | <configuration> |
| 215 | <archive> |
| 216 | <manifestEntries> |
| 217 | <Main-Class>org.apache.commons.compress.archivers.Lister</Main-Class> |
Stefan Bodewig | 5b494b5 | 2011-07-25 19:21:53 +0000 | [diff] [blame] | 218 | <Extension-Name>org.apache.commons.compress</Extension-Name> |
Sebastian Bazley | dfc6638 | 2010-05-23 11:53:07 +0000 | [diff] [blame] | 219 | </manifestEntries> |
| 220 | </archive> |
| 221 | </configuration> |
| 222 | </plugin> |
Stefan Bodewig | 73603cd | 2012-12-27 18:28:24 +0000 | [diff] [blame] | 223 | <plugin> |
| 224 | <groupId>org.apache.felix</groupId> |
| 225 | <artifactId>maven-bundle-plugin</artifactId> |
| 226 | <configuration> |
| 227 | <instructions> |
| 228 | <Import-Package>org.tukaani.xz;resolution:=optional</Import-Package> |
| 229 | </instructions> |
| 230 | </configuration> |
| 231 | </plugin> |
Stefan Bodewig | 97460b9 | 2013-10-26 05:30:17 +0000 | [diff] [blame] | 232 | <plugin> |
| 233 | <groupId>org.apache.maven.plugins</groupId> |
| 234 | <artifactId>maven-scm-publish-plugin</artifactId> |
| 235 | <configuration> |
| 236 | <ignorePathsToDelete> |
Stefan Bodewig | 6a59b35 | 2013-10-26 14:23:47 +0000 | [diff] [blame] | 237 | <ignorePathToDelete>javadocs</ignorePathToDelete> |
Stefan Bodewig | 97460b9 | 2013-10-26 05:30:17 +0000 | [diff] [blame] | 238 | </ignorePathsToDelete> |
| 239 | </configuration> |
| 240 | </plugin> |
Stefan Bodewig | 43a7d7b | 2014-11-01 12:06:20 +0000 | [diff] [blame] | 241 | <plugin> |
| 242 | <groupId>org.apache.maven.plugins</groupId> |
| 243 | <artifactId>maven-pmd-plugin</artifactId> |
ggregory | 90157ea | 2016-04-18 14:55:47 -0700 | [diff] [blame] | 244 | <version>${commons.pmd-plugin.version}</version> |
Stefan Bodewig | 43a7d7b | 2014-11-01 12:06:20 +0000 | [diff] [blame] | 245 | </plugin> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 246 | </plugins> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 247 | </build> |
| 248 | |
| 249 | <reporting> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 250 | <plugins> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 251 | <plugin> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 252 | <!-- generate a code coverage report --> |
| 253 | <groupId>org.codehaus.mojo</groupId> |
| 254 | <artifactId>cobertura-maven-plugin</artifactId> |
ggregory | 22f8b16 | 2016-04-18 15:04:51 -0700 | [diff] [blame] | 255 | <version>2.7</version> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 256 | </plugin> |
| 257 | <plugin> |
| 258 | <!-- generate the PMD reports --> |
| 259 | <groupId>org.apache.maven.plugins</groupId> |
| 260 | <artifactId>maven-pmd-plugin</artifactId> |
ggregory | 90157ea | 2016-04-18 14:55:47 -0700 | [diff] [blame] | 261 | <version>${commons.pmd-plugin.version}</version> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 262 | <configuration> |
| 263 | <minimumTokens>200</minimumTokens> |
Stefan Bodewig | d2391db | 2013-07-02 04:17:30 +0000 | [diff] [blame] | 264 | <targetJdk>${maven.compiler.source}</targetJdk> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 265 | <rulesets> |
Stefan Bodewig | dd6fffb | 2011-07-25 04:58:33 +0000 | [diff] [blame] | 266 | <ruleset>${basedir}/pmd-ruleset.xml</ruleset> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 267 | </rulesets> |
| 268 | </configuration> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 269 | </plugin> |
Stefan Bodewig | 84368f7 | 2011-10-25 12:36:42 +0000 | [diff] [blame] | 270 | <!-- Override Javadoc config in parent pom to add JCIP tags --> |
Sebastian Bazley | fc4fe58 | 2009-05-12 01:00:15 +0000 | [diff] [blame] | 271 | <plugin> |
| 272 | <groupId>org.apache.maven.plugins</groupId> |
| 273 | <artifactId>maven-javadoc-plugin</artifactId> |
| 274 | <configuration> |
Stefan Bodewig | ff9b6fd | 2011-10-19 12:52:09 +0000 | [diff] [blame] | 275 | <quiet>true</quiet> |
Stefan Bodewig | d2391db | 2013-07-02 04:17:30 +0000 | [diff] [blame] | 276 | <source>${maven.compiler.source}</source> |
Sebastian Bazley | fc4fe58 | 2009-05-12 01:00:15 +0000 | [diff] [blame] | 277 | <encoding>${commons.encoding}</encoding> |
| 278 | <docEncoding>${commons.docEncoding}</docEncoding> |
| 279 | <linksource>true</linksource> |
| 280 | <links> |
Stefan Bodewig | ff9b6fd | 2011-10-19 12:52:09 +0000 | [diff] [blame] | 281 | <link>${commons.javadoc.java.link}</link> |
| 282 | <link>${commons.javadoc.javaee.link}</link> |
Sebastian Bazley | fc4fe58 | 2009-05-12 01:00:15 +0000 | [diff] [blame] | 283 | </links> |
Sebastian Bazley | 23dd809 | 2010-05-24 18:25:52 +0000 | [diff] [blame] | 284 | <tags> |
| 285 | <tag> |
| 286 | <name>Immutable</name> |
| 287 | <placement>a</placement> |
| 288 | <head>This class is immutable</head> |
| 289 | </tag> |
| 290 | <tag> |
| 291 | <name>NotThreadSafe</name> |
| 292 | <placement>a</placement> |
| 293 | <head>This class is not thread-safe</head> |
| 294 | </tag> |
| 295 | <tag> |
| 296 | <name>ThreadSafe</name> |
| 297 | <placement>a</placement> |
| 298 | <head>This class is thread-safe</head> |
| 299 | </tag> |
| 300 | </tags> |
Sebastian Bazley | fc4fe58 | 2009-05-12 01:00:15 +0000 | [diff] [blame] | 301 | </configuration> |
| 302 | </plugin> |
Stefan Bodewig | 52b9fcd | 2011-08-07 06:09:43 +0000 | [diff] [blame] | 303 | <plugin> |
| 304 | <groupId>org.codehaus.mojo</groupId> |
Stefan Bodewig | 716757f | 2011-08-07 06:27:48 +0000 | [diff] [blame] | 305 | <artifactId>findbugs-maven-plugin</artifactId> |
ggregory | 2857de7 | 2016-04-18 15:06:46 -0700 | [diff] [blame] | 306 | <version>3.0.3</version> |
Stefan Bodewig | 716757f | 2011-08-07 06:27:48 +0000 | [diff] [blame] | 307 | <configuration> |
| 308 | <threshold>Normal</threshold> |
| 309 | <effort>Default</effort> |
Stefan Bodewig | 4aea7b2 | 2011-08-07 07:56:19 +0000 | [diff] [blame] | 310 | <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile> |
Stefan Bodewig | 716757f | 2011-08-07 06:27:48 +0000 | [diff] [blame] | 311 | </configuration> |
| 312 | </plugin> |
Stefan Bodewig | ff9b6fd | 2011-10-19 12:52:09 +0000 | [diff] [blame] | 313 | <plugin> |
| 314 | <groupId>org.apache.rat</groupId> |
| 315 | <artifactId>apache-rat-plugin</artifactId> |
| 316 | <version>${commons.rat.version}</version> |
| 317 | <configuration> |
| 318 | <excludes> |
| 319 | <!-- files used during tests --> |
| 320 | <exclude>src/test/resources/**</exclude> |
Sebastian Bazley | bcc42c5 | 2012-03-31 13:22:41 +0000 | [diff] [blame] | 321 | <exclude>.pmd</exclude> |
Stefan Bodewig | 853fa97 | 2013-03-08 05:17:44 +0000 | [diff] [blame] | 322 | <exclude>.gitignore</exclude> |
| 323 | <exclude>.gitattributes</exclude> |
Stefan Bodewig | b72c4f9 | 2014-05-09 08:04:55 +0000 | [diff] [blame] | 324 | <exclude>.projectile</exclude> |
Stefan Bodewig | ff9b6fd | 2011-10-19 12:52:09 +0000 | [diff] [blame] | 325 | </excludes> |
| 326 | </configuration> |
| 327 | </plugin> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 328 | </plugins> |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 329 | </reporting> |
| 330 | |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 331 | <profiles> |
Stefan Bodewig | 8cece72 | 2011-12-05 11:49:03 +0000 | [diff] [blame] | 332 | <!-- Add long running tests as **/*IT.java --> |
Stefan Bodewig | 500d940 | 2011-08-12 04:36:19 +0000 | [diff] [blame] | 333 | <profile> |
Stefan Bodewig | 38f0ca9 | 2011-12-05 10:22:59 +0000 | [diff] [blame] | 334 | <id>run-zipit</id> |
Stefan Bodewig | 500d940 | 2011-08-12 04:36:19 +0000 | [diff] [blame] | 335 | <build> |
| 336 | <plugins> |
| 337 | <plugin> |
Stefan Bodewig | f35bdab | 2011-10-18 15:31:12 +0000 | [diff] [blame] | 338 | <groupId>org.apache.maven.plugins</groupId> |
| 339 | <artifactId>maven-antrun-plugin</artifactId> |
Stefan Bodewig | f35bdab | 2011-10-18 15:31:12 +0000 | [diff] [blame] | 340 | <executions> |
| 341 | <execution> |
| 342 | <phase>process-test-resources</phase> |
| 343 | <configuration> |
| 344 | <target> |
| 345 | <untar src="${basedir}/src/test/resources/zip64support.tar.bz2" |
| 346 | dest="${project.build.testOutputDirectory}" |
| 347 | compression="bzip2"/> |
| 348 | </target> |
| 349 | </configuration> |
| 350 | <goals> |
| 351 | <goal>run</goal> |
| 352 | </goals> |
| 353 | </execution> |
| 354 | </executions> |
| 355 | </plugin> |
| 356 | <plugin> |
Stefan Bodewig | 500d940 | 2011-08-12 04:36:19 +0000 | [diff] [blame] | 357 | <artifactId>maven-surefire-plugin</artifactId> |
| 358 | <configuration> |
| 359 | <includes> |
Stefan Bodewig | 38f0ca9 | 2011-12-05 10:22:59 +0000 | [diff] [blame] | 360 | <include>**/zip/*IT.java</include> |
Stefan Bodewig | 500d940 | 2011-08-12 04:36:19 +0000 | [diff] [blame] | 361 | </includes> |
| 362 | </configuration> |
| 363 | </plugin> |
| 364 | </plugins> |
| 365 | </build> |
| 366 | </profile> |
Stefan Bodewig | 8cece72 | 2011-12-05 11:49:03 +0000 | [diff] [blame] | 367 | <profile> |
| 368 | <id>run-tarit</id> |
| 369 | <build> |
| 370 | <plugins> |
| 371 | <plugin> |
| 372 | <artifactId>maven-surefire-plugin</artifactId> |
| 373 | <configuration> |
| 374 | <includes> |
| 375 | <include>**/tar/*IT.java</include> |
| 376 | </includes> |
| 377 | </configuration> |
| 378 | </plugin> |
| 379 | </plugins> |
| 380 | </build> |
| 381 | </profile> |
Siegfried Goeschl | f03f2f9 | 2009-03-23 14:52:23 +0000 | [diff] [blame] | 382 | </profiles> |
Dennis Lundberg | 4dcba5a | 2009-03-23 23:10:54 +0000 | [diff] [blame] | 383 | |
Torsten Curdt | ca16539 | 2008-07-10 10:17:44 +0000 | [diff] [blame] | 384 | </project> |