Skip to content
Failed

Console Output

Started by an SCM change
Building remotely on Builder in workspace /home/jenkins/workspace/mcMMO
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/mcMMO-Dev/mcMMO.git
 > git init /home/jenkins/workspace/mcMMO # timeout=10
Fetching upstream changes from https://github.com/mcMMO-Dev/mcMMO.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/mcMMO-Dev/mcMMO.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/mcMMO-Dev/mcMMO.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/mcMMO-Dev/mcMMO.git # timeout=10
Fetching upstream changes from https://github.com/mcMMO-Dev/mcMMO.git
 > git fetch --tags --progress https://github.com/mcMMO-Dev/mcMMO.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ff1bb0deed61cda7daa75a374da3942de9e2e172 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ff1bb0deed61cda7daa75a374da3942de9e2e172
 > git rev-list 4795143fca715b0520cc98552f69487ff7576ceb # timeout=10
[mcMMO] $ /bin/sh -xe /tmp/jenkins8790118853934312761.sh
+ git clone https://github.com/mcMMO-Dev/mcMMO.git
Cloning into 'mcMMO'...
+ cd mcMMO
+ mvn clean install
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< com.gmail.nossr50.mcMMO:mcMMO >--------------------
[INFO] Building mcMMO 2.1.66
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.destroystokyo.paper:paper-api:jar:1.13.2-R0.1-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.276 s
[INFO] Finished at: 2019-05-29T14:21:18-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project mcMMO: Could not resolve dependencies for project com.gmail.nossr50.mcMMO:mcMMO:jar:2.1.66: Failure to find com.destroystokyo.paper:paper-api:jar:1.13.2-R0.1-SNAPSHOT in https://hub.spigotmc.org/nexus/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of spigot-repo has elapsed or updates are forced -> [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/DependencyResolutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] Skipped based on build state FAILURE
Finished: FAILURE