Build Tools

A set of tools for managing code quality and builds

License

License

Categories

Categories

Build Tools
GroupId

GroupId

org.testifyproject
ArtifactId

ArtifactId

build-tools
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

Build Tools
A set of tools for managing code quality and builds
Project URL

Project URL

https://github.com/testify-project/build-tools
Project Organization

Project Organization

Sharmarke Aden

Download build-tools

How to add to project

<!-- https://jarcasting.com/artifacts/org.testifyproject/build-tools/ -->
<dependency>
    <groupId>org.testifyproject</groupId>
    <artifactId>build-tools</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject/build-tools/
implementation 'org.testifyproject:build-tools:0.9.0'
// https://jarcasting.com/artifacts/org.testifyproject/build-tools/
implementation ("org.testifyproject:build-tools:0.9.0")
'org.testifyproject:build-tools:jar:0.9.0'
<dependency org="org.testifyproject" name="build-tools" rev="0.9.0">
  <artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject', module='build-tools', version='0.9.0')
)
libraryDependencies += "org.testifyproject" % "build-tools" % "0.9.0"
[org.testifyproject/build-tools "0.9.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven.plugins : maven-shade-plugin jar 2.4.2

Project Modules

There are no modules declared in this project.

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 [email protected]: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!

org.testifyproject

Testify Project

A Java Testing Framework faithful to sound testing principles and best practices.

Versions

Version
0.9.0