[ERROR] Failed to execute goal net.md-5:specialsource-maven-plugin:1.2.4:remap (remap-members) on project spigot: Error creating remapped jar: Could not find artifact org.spigotmc:minecraft-server:csrg:maps-spigot-members:1.19.2-R0.1-SNAPSHOT in minecraft-libraries (https://libraries.minecraft.net/)
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.spigotmc -DartifactId=minecraft-server -Dversion=1.19.2-R0.1-SNAPSHOT -Dclassifier=maps-spigot-members -Dpackaging=csrg -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.spigotmc -DartifactId=minecraft-server -Dversion=1.19.2-R0.1-SNAPSHOT -Dclassifier=maps-spigot-members -Dpackaging=csrg -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]
[ERROR] org.spigotmc:minecraft-server:csrg:1.19.2-R0.1-SNAPSHOT
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] minecraft-libraries (https://libraries.minecraft.net/, releases=true, snapshots=true),
[ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR]
[ERROR] -> [Help 1]
[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/MojoExecutionException
#Spigot Server Build Failure
1 messages · Page 1 of 1 (latest)
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :spigot
Error compiling Spigot. Please check the wiki for FAQs.
If this does not resolve your issue then please pastebin the entire BuildTools.log.txt file when seeking support.
java.lang.RuntimeException: Error running command, return status !=0: [sh, /home/efi/Downloads/apache-maven-3.6.0/bin/mvn, -Dbt.name=3610, clean, install]
at org.spigotmc.builder.Builder.runProcess0(Builder.java:991)
at org.spigotmc.builder.Builder.runProcess(Builder.java:922)
at org.spigotmc.builder.Builder.runMaven0(Builder.java:891)
at org.spigotmc.builder.Builder.runMavenServer(Builder.java:860)
at org.spigotmc.builder.Builder.main(Builder.java:712)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:27)
oh I should pastebin the log
2 things, make sure you got the latest version of buildtools.
And 2nd, if that doesn't work, remove everything in the buildtools folder and try again
oki ty
https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar this is the correct download link right?
Should be yes
It worked damn I didn't expect that to be the issue thanks!
So everytime I want to upgrade the server I have to delete everything and download buildtools again?
No, not Every time
does build tools auto update itself?
so i guess i only have to download latest build tools and then build
Yes
and if I get any issue then delete all files and try again
Correct
thanks for your help!