https://github.com/testify-project/build-tools
A collection of tools and configuration files for managing builds.
https://github.com/testify-project/build-tools
Last synced: 9 months ago
JSON representation
A collection of tools and configuration files for managing builds.
- Host: GitHub
- URL: https://github.com/testify-project/build-tools
- Owner: testify-project
- License: apache-2.0
- Created: 2017-01-14T15:32:01.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-14T08:49:03.000Z (9 months ago)
- Last Synced: 2025-08-14T10:33:26.015Z (9 months ago)
- Language: Shell
- Size: 403 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 147
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Tools
[](https://travis-ci.org/testify-project/build-tools)
[]()
[](https://maven-badges.herokuapp.com/maven-central/org.testifyproject.build-tools)
[](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][github-issues]. Think you've found a bug?
Please consider submitting a reproduction project via the a new [Github Issue][github-issues-new].
## Building from Source
Testify uses a Maven-based build system. To build from source follow the bellow instructions:
### Prerequisites
- [Git 1.9.1](https://git-scm.com/downloads) or above
- [JDK 8](https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html) (be sure to set `JAVA_HOME`)
- [Maven 3.0.5](https://maven.apache.org/download.cgi) or above
### 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][gitter].
## License
The Testify is released under [Apache Software License, Version 2.0](LICENSE).
Enjoy and keep on Testifying!
[github-issues]: https://github.com/testify-project/build-tools/issues
[github-issues-new]: https://github.com/testify-project/build-tools/issues/new
[gitter]: https://gitter.im/testify-project/Lobby