blob: b576ca3d131fd42a6d9023e297b43cd1fd75c03e [file] [log] [blame] [view]
Gary Gregorye126bf92016-11-15 22:53:39 -08001<!---
2 Licensed to the Apache Software Foundation (ASF) under one or more
3 contributor license agreements. See the NOTICE file distributed with
4 this work for additional information regarding copyright ownership.
5 The ASF licenses this file to You under the Apache License, Version 2.0
6 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
8
Stefan Bodewig25bf90c2018-04-22 18:31:08 +02009 http://www.apache.org/licenses/LICENSE-2.0
Gary Gregorye126bf92016-11-15 22:53:39 -080010
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<!---
18 +======================================================================+
19 |**** ****|
20 |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****|
21 |**** DO NOT EDIT DIRECTLY ****|
22 |**** ****|
23 +======================================================================+
24 | TEMPLATE FILE: readme-md-template.md |
25 | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
26 +======================================================================+
27 | |
28 | 1) Re-generate using: mvn commons:readme-md |
29 | |
30 | 2) Set the following properties in the component's pom: |
31 | - commons.componentid (required, alphabetic, lower case) |
32 | - commons.release.version (required) |
33 | |
34 | 3) Example Properties |
35 | |
36 | <properties> |
37 | <commons.componentid>math</commons.componentid> |
38 | <commons.release.version>1.2</commons.release.version> |
39 | </properties> |
40 | |
41 +======================================================================+
42--->
43Apache Commons Compress
44===================
45
Stefan Bodewig9da94ed2018-08-13 09:05:48 +020046[![Build Status](https://travis-ci.org/apache/commons-compress.svg)](https://travis-ci.org/apache/commons-compress)
47[![Coverage Status](https://coveralls.io/repos/apache/commons-compress/badge.svg)](https://coveralls.io/r/apache/commons-compress)
Gary Gregory7c93eb12016-11-16 00:40:48 -080048[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/)
Stefan Bodewig91b84322018-03-08 11:42:12 +010049[![License](https://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
Gary Gregory7c93eb12016-11-16 00:40:48 -080050
Gary Gregorye126bf92016-11-15 22:53:39 -080051Apache Commons Compress software defines an API for working with
52compression and archive formats. These include: bzip2, gzip, pack200,
Stefan Bodewigc6e38992018-02-02 18:34:59 +010053lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
54Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
Gary Gregorye126bf92016-11-15 22:53:39 -080055
Gary Gregorye126bf92016-11-15 22:53:39 -080056Documentation
57-------------
58
Gary Gregory7c93eb12016-11-16 00:40:48 -080059More information can be found on the [Apache Commons Compress homepage](https://commons.apache.org/proper/commons-compress).
Gary Gregory6c524852018-05-15 12:19:14 -060060The [Javadoc](https://commons.apache.org/proper/commons-compress/javadocs/api-release) can be browsed.
Gary Gregorye126bf92016-11-15 22:53:39 -080061Questions related to the usage of Apache Commons Compress should be posted to the [user mailing list][ml].
62
63Where can I get the latest release?
64-----------------------------------
65You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-compress/download_compress.cgi).
66
67Alternatively you can pull it from the central Maven repositories:
68
69```xml
70<dependency>
71 <groupId>org.apache.commons</groupId>
72 <artifactId>commons-compress</artifactId>
Stefan Bodewigb95d5cd2018-08-13 09:14:05 +020073 <version>1.18</version>
Gary Gregorye126bf92016-11-15 22:53:39 -080074</dependency>
75```
76
77Contributing
78------------
79
Gary Gregory7c93eb12016-11-16 00:40:48 -080080We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
Gary Gregorye126bf92016-11-15 22:53:39 -080081There are some guidelines which will make applying PRs easier for us:
82+ No tabs! Please use spaces for indentation.
83+ Respect the code style.
84+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
85+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
86
87If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
88You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
89
90License
91-------
Gary Gregory7c93eb12016-11-16 00:40:48 -080092This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
93
94See the `NOTICE.txt` file for required notices and attributions.
Gary Gregorye126bf92016-11-15 22:53:39 -080095
96Donations
97---------
98You like Apache Commons Compress? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
99
100Additional Resources
101--------------------
102
103+ [Apache Commons Homepage](https://commons.apache.org/)
Stefan Bodewig9da94ed2018-08-13 09:05:48 +0200104+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/COMPRESS)
Gary Gregorye126bf92016-11-15 22:53:39 -0800105+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
Gary Gregory7c93eb12016-11-16 00:40:48 -0800106+ `#apache-commons` IRC channel on `irc.freenode.org`
Gary Gregorye126bf92016-11-15 22:53:39 -0800107
108[ml]:https://commons.apache.org/mail-lists.html