enable HTML output for pit
[maven-build-process.git] / README.asciidoc
blob412593d0442a2e40d060a31d7a6280ebb345db2c
1 = Maven Build Process
2 Sebastian Hoß <http://seb.xn--ho-hia.de/[@sebhoss]>
3 :github-org: sebhoss
4 :project-name: maven-build-process
5 :project-group: de.xn--ho-hia.maven
7 ++++
8 <div class="paragraph">
9 <p><span class="image"><a class="image" href="http://creativecommons.org/publicdomain/zero/1.0/"><img src="https://img.shields.io/badge/license-cc%20zero-000000.svg?style=flat-square" alt="CC Zero"></a></span>
10 <span class="image"><a class="image" href="https://maven-badges.herokuapp.com/maven-central/de.xn--ho-hia.maven/maven-build-process"><img src="https://img.shields.io/maven-central/v/de.xn--ho-hia.maven/maven-build-process.svg?style=flat-square" alt="Maven Central"></a></span>
11 <span class="image"><a class="image" href="https://www.openhub.net/p/maven-build-process"><img src="https://www.openhub.net/p/maven-build-process/widgets/project_thin_badge.gif" alt="Open Hub statistics"></a></span>
12 <span class="image"><a class="image" href="https://travis-ci.org/sebhoss/maven-build-process"><img src="https://img.shields.io/travis/sebhoss/maven-build-process/master.svg?style=flat-square" alt="Build Status"></a></span>
13 <span class="image"><a class="image" href="https://groups.google.com/forum/#!forum/metio"><img src="https://img.shields.io/badge/email-%40metio-brightgreen.svg?style=flat-square" alt="Discuss on Google Groups"></a></span>
14 <span class="image"><a class="image" href="http://webchat.freenode.net/?channels=metio.wtf"><img src="https://img.shields.io/badge/irc-%23metio.wtf-brightgreen.svg?style=flat-square" alt="Chat on IRC"></a></span></p>
15 </div>
16 ++++
18 Bunch of POMs that help setting up a link:http://maven.apache.org/[Maven] based build process.
20 == Usage
22 Inherit from one of the parents like this:
24 [source, xml]
25 ----
26   <parent>
27     <groupId>de.xn--ho-hia.maven.parents</groupId>
28     <artifactId>maven-parents-java-stable</artifactId>
29     <version>${version.parent}</version>
30   </parent>
31 ----
33 Specify SCM, Issue Management, CI Management, and Distribution Management sections of your POM.
35 == License
37 To the extent possible under law, the author(s) have dedicated all copyright
38 and related and neighboring rights to this software to the public domain
39 worldwide. This software is distributed without any warranty.
41 You should have received a copy of the CC0 Public Domain Dedication along
42 with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.
44 == Mirrors
46 * https://github.com/sebhoss/maven-build-process
47 * https://bitbucket.org/sebhoss/maven-build-process
48 * https://gitlab.com/sebastian.hoss/maven-build-process
49 * http://repo.or.cz/maven-build-process.git