music:music

Full name:

software.xdev:music-maven-plugin:1.0.2:music

Description:

No description.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: validate.

Optional Parameters

Name Type Since Description
<background> boolean - Plays the music in the background (non-blocking)

If this set to false, repeat will be forcefully set to false

<defaultVolumeDB> float - Volume to use in dB

Usually speakers have volumes between around 5 to -50 dB.

Example values:
  • 2 dB = louder
  • 0 dB = normal volume
  • -20 dB = quieter (default)
  • -50 dB = very quiet
<repeat> boolean - Repeat the sources?
<shuffle> boolean - Randomizes the sources.
<skip> boolean - No description.
User Property: music.skip
<sources> List<MusicSource> - No description.

Parameter Details

<background>

Plays the music in the background (non-blocking)

If this set to false, repeat will be forcefully set to false

  • Type: boolean
  • Required: No

<defaultVolumeDB>

Volume to use in dB

Usually speakers have volumes between around 5 to -50 dB.

Example values:
  • 2 dB = louder
  • 0 dB = normal volume
  • -20 dB = quieter (default)
  • -50 dB = very quiet
  • Type: float
  • Required: No

<repeat>

Repeat the sources?
  • Type: boolean
  • Required: No

<shuffle>

Randomizes the sources.
  • Type: boolean
  • Required: No

<skip>

No description.
  • Type: boolean
  • Required: No
  • User Property: music.skip

<sources>

No description.
  • Type: java.util.List<software.xdev.maven.music.MusicSource>
  • Required: No