update docker build env
[maven-build-process.git] / README.asciidoc
blobf1614aef7da285c769a16f44b8fd0d865af7cf50
1 = Maven Build Process image:https://img.shields.io/badge/email-%40metio-brightgreen.svg?style=social&label=mail["Discuss on Google Groups", link="https://groups.google.com/forum/#!forum/metio"] image:https://img.shields.io/badge/irc-%23metio.wtf-brightgreen.svg?style=social&label=IRC["Chat on IRC", link="http://webchat.freenode.net/?channels=metio.wtf"]
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 </div>
14 ++++
16 Bunch of POMs that help setting up a link:http://maven.apache.org/[Maven] based build process.
18 == Usage
20 Inherit from one of the parents like this:
22 [source, xml]
23 ----
24   <parent>
25     <groupId>de.xn--ho-hia.maven.parents</groupId>
26     <artifactId>maven-parents-java-stable</artifactId>
27     <version>${version.parent}</version>
28   </parent>
29 ----
31 Specify SCM, Issue Management, CI Management, and Distribution Management sections of your POM.
33 == License
35 To the extent possible under law, the author(s) have dedicated all copyright
36 and related and neighboring rights to this software to the public domain
37 worldwide. This software is distributed without any warranty.
39 You should have received a copy of the CC0 Public Domain Dedication along
40 with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.
42 == Mirrors
44 * https://github.com/sebhoss/{project-name}
45 * https://bitbucket.org/sebhoss/{project-name}
46 * https://gitlab.com/sebastian.hoss/{project-name}
47 * http://v2.pikacode.com/sebhoss/{project-name}
48 * http://repo.or.cz/{project-name}.git