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!
- Host: GitHub
- URL: https://github.com/bmarwell/buildsound-maven-extension
- Owner: bmarwell
- License: apache-2.0
- Created: 2022-07-30T11:10:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T14:11:30.000Z (3 months ago)
- Last Synced: 2025-03-14T15:25:21.084Z (3 months ago)
- Language: Java
- Size: 137 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.