Maven Failed to execute goal [build 3840]

Need help? Post your questions here.
xray
Posts: 1
Joined: 16 Feb 2014, 03:31
Has thanked: 0
Been thanked: 0

Maven Failed to execute goal [build 3840]

Unread post 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
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: Maven Failed to execute goal [build 3840]

Unread post 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
Post Reply