An open API service indexing awesome lists of open source software.

https://github.com/bmarwell/buildsound-maven-extension

Listen to your build getting done!
https://github.com/bmarwell/buildsound-maven-extension

Last synced: 3 months ago
JSON representation

Listen to your build getting done!

Awesome Lists containing this project

README

        

= 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…

[source,bash]
----
./mvnw verify
----

=== Usage in Maven projects

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

.`${project.basedir}/.mvn/extensions.xml`
[source,xml]
----


io.github.bmarwell.maven.buildsound
buildsound-maven-extension
1.0.0-SNAPSHOT

----

Then start your build as normal.