parent

Build license Maven Central

Parent POM

The parent project provides common Maven settings used by Dattack projects. This mainly involves the versioning and configuration of Maven plugins as well as the structure of the projects and the infrastructure used.

Usage

This project is hosted into The Central Repository, so all you need to do to use it in a maven project is set the parent in your pom.xml file:

<parent>
    <groupId>com.dattack</groupId>
    <artifactId>parent</artifactId>
    <version>8</version>
</parent>

The source code on the main branch is the current state of development; it is not recommended for general use. If you prefer to build from source, please use an appropriate release tag.

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

If you have other questions, please contact by email or @dattackteam

License

Code is under the Apache Licence v2.