Page 1 of 1

Maven Failed to execute goal [build 3840]

Posted: 17 Feb 2014, 17:23
by xray
Hey,
im trying to build from source because i dont like the logarithmicAxis on the userChart but maven cannot load the net.sourceforge.subsonic:madsonic-lastfm-java:jar:5.0
Full Error:

Code: Select all

 Failed to execute goal on project madsonic-main: Could not resolve dependencies for project net.sourceforge.subsonic:madsonic-main:war:5.0: Failure to find net.sourceforge.subsonic:madsonic-lastfm-java:jar:5.0 in http://repository.springsource.com/maven/bundles/release was cached in the local repository, resolution will not be reattempted until the update interval of com.springsource.repository.bundles.release has elapsed or updates are forced -> [Help 1]
is there a way to fix this?

- xray

Re: Maven Failed to execute goal [build 3840]

Posted: 22 Feb 2014, 16:21
by Madsonic
hi there,

to successfully compile madsonic 5.0 you need to compile the madsonic-lastfm-java module first,
or you use the maven build profile.

try

Code: Select all

mvn clean install -P full 
best regards