testify-project / build-tools

A collection of tools and configuration files for managing builds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Tools

Build Status Github Releases Maven Central License

Overview

A collection of tools and configuration files for managing builds.

Learning

  • Testify documentation is available [here][docs].
  • Take a look at [Test Driven Development][tdd-presentation] presentation.
  • Examples code can be found [here][examples].
  • Read [Java for Small Team][java-for-small-team] eBook.

Issue Tracking

Report issues via the Github Issues. Think you've found a bug? Please consider submitting a reproduction project via the a new Github Issue.

Building from Source

Testify uses a Maven-based build system. To build from source follow the bellow instructions:

Prerequisites

Check out sources

git clone git@github.com:testify-project/build-tools.git

or

git clone https://github.com/testify-project/build-tools.git

Install all Testify jars into your local Maven cache

./mvnw install -Dmaven.test.skip

Compile and test and build all jars

./mvnw clean install

Staying in Touch

Hit us up on Gitter.

License

The Testify is released under Apache Software License, Version 2.0.

Enjoy and keep on Testifying!

About

A collection of tools and configuration files for managing builds.

License:Apache License 2.0


Languages

Language:Shell 47.6%Language:Batchfile 27.3%Language:Java 25.2%