jmazzitelli / hawkular-parent-pom

The parent Maven POM to be used in other Hawkular projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hawkular-parent

A common configuration base for building Hawkular projects.

How to use

To use this hawkular-parent as the base of your project, just add the following snippet at the beginning of your project’s pom.xml file:

  <parent>
    <groupId>org.hawkular</groupId>
    <artifactId>hawkular-parent</artifactId>
    <!-- It is quite likely that this version is out of date at the time when you read this -->
    <version>2</version>
  </parent>

License

Hawkular is released under Apache License, Version 2.0 as described in the LICENSE document

About

The parent Maven POM to be used in other Hawkular projects

License:Apache License 2.0