Page 1 of 1

Need help building from source

PostPosted: Fri Jan 06, 2023 9:19 pm
by carlo_alb
Hi everyone, I am trying to compile with Maven but I am getting this error:

Code: Select all
mvn compile
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for net.sourceforge.subsonic:subsonic-main:5.0: net.sourceforge.subsonic:subsonic:pom:5.0 was not found in http://nexus.ailis.de/content/groups/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of ailis has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project net.sourceforge.subsonic:subsonic-main:5.0 (/home/carlo/Code/java/subsonic_crack/subsonic/subsonic-main/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for net.sourceforge.subsonic:subsonic-main:5.0: net.sourceforge.subsonic:subsonic:pom:5.0 was not found in http://nexus.ailis.de/content/groups/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of ailis has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 10 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException


This is a pastebin to my subsonic-main/pom.xml https://pastebin.com/WGyuvJYd

This is the error that IntellliJ gives me:
Code: Select all
Cannot resolve com.github.hakko.musiccabinet:musiccabinet-server:0.7.24


Does anyone know how to fix this? Thanks