ScoreboardStatsX

ScoreboardStatsX

3M Downloads

I just clone and build with maven and got errors.

madtomic opened this issue · 14 comments

commented

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:01 min
[INFO] Finished at: 2015-04-23T10:46:32-04:00
[INFO] Final Memory: 10M/151M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project scoreboardstats: Could not resolve dep
endencies for project com.github.games647:scoreboardstats:jar:0.8.4: The followi
ng artifacts could not be resolved: net.milkbowl.vault:VaultAPI:jar:1.5, com.her
ocraftonline.heroes:Heroes:jar:1.5.5: Could not find artifact net.milkbowl.vault
:VaultAPI🫙1.5 in comphenix-repo (http://repo.comphenix.net/content/groups/pu
blic) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException

commented

Could you send me the complete log?

EDIT: It looks like that the repo was down.

commented

http://pastebin.com/PGnvSFrq

Here it is. I just clone and did a maven install and build fail.

commented

was cached in the local repository, resolution will not be reattempted until the update interval of
comphenix-repo has elapsed or updates are forced

Try to rerun it with -U in order to force updates

commented

mvn -u clean install?

commented

yes

commented

It's case sensitive. (-U)

Sent from mobile

commented

It shows me options like if you type mvn

It didn't do anything.

commented

It still failed.

http://pastebin.com/9KYLjvaK

I don't know what to do from here. >

commented

Do you have the correct version? It says scoreboardstats 0.8.4

commented

It has the recent source I would think. I just clone a fresh repo then try to build

commented

Maybe the Pom wasn't update ?

commented

Check the version in the pom. Is it 0.9.2?

commented

Yes it is. I can try a fresh repo clone later to test the build again.

commented

I deleted the old repo and fork the latest source again. I think it maybe resolve the issue. Thank you for looking at this.