Mach5 / supersonic

Open-source web-based media streamer and jukebox fork of Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats. Runs on Windows, GNU/Linux and Mac using Java.
226 stars 61 forks source link

Building outside of the git tree #62

Closed sciurius closed 11 years ago

sciurius commented 11 years ago

I want to build supersonic outside of the git tree, but currently this fails in an early stage:

[ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0:create (default) on project supersonic-main: Cannot get the revision information from the scm repository :

Apparently some plugin needs scm commands to get build information. Can this be worked around?

timoreimann commented 11 years ago

I'd strongly advise against ignoring Git but if you must: Removing the buildnumber-maven-plugin plugin section from subsonic-main/pom.xml should do the trick.

For future questions regarding building Supersonic please use the developer's mailing list (and the user's list for user-related issues) unless it's really a bug.