Skip to content

Releases: augmented-testing/single-plugin-template

Makefile Setup

17 Jul 13:04
Compare
Choose a tag to compare

This release uses a simple Makefile to build, test, and run the developed plugin with Scout.

Use this setup if you want to develop a small plugin that consists of few files. The Makefile itself only facilitates javac commands without introducing dependencies for a build system.

Don't use this Makefile setup if your plugin consists of many files and you need a test framework like JUnit. Then it makes sense to use a build system such as Maven or Gradle.