Skip to content

bmarwell/buildsound-maven-extension

Repository files navigation

Build-Sound Maven Extension

Listen to your build progress!

What this extension does

This extension calculates, based on the number of modules and steps in your build, a sound to play. For each completed step, a higher pitched sound will be played until the build is finished.

Installation and Usage

Compilation

There are no releases yet, so…

./mvnw verify

Usage in Maven projects

Create and/or edit your ${project.basedir}/.mvn/extensions.xml to contain:

${project.basedir}/.mvn/extensions.xml
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
  <extension>
    <groupId>io.github.bmarwell.maven.buildsound</groupId>
    <artifactId>buildsound-maven-extension</artifactId>
    <version>1.0.0-SNAPSHOT</version>
  </extension>
</extensions>

Then start your build as normal.

About

Listen to your build getting done!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages