java - Spigot 1.8.8 Maven Build Failing -


i attempting build spigot 1.8.8 plugin (on intellij, mavenized project). have been getting errors 1 below while. way got plugin start working after deleted , rebuilt project few times.

i'm not sure fixed but, after fixed, started work on plugin. had repo in pom.xml hadn't used yet, added class in plugin , ended using things had import unused repo.

now, when try build plugin, this:

[info] ------------------------------------------------------------------------ [info] build failure [info] ------------------------------------------------------------------------ [info] total time: 11.614 s [info] finished at: 2016-09-01t16:26:37-05:00 [info] final memory: 9m/200m [info] ------------------------------------------------------------------------ [error] failed execute goal on project pinfo: not resolve dependencies project photon.pinfo:pinfo:jar:1.0-snapshot: following artifacts not resolved: org:spigotmc.api:jar:1.8.8, org:spigotmc:jar:1.8.8: not find artifact org:spigotmc.api:jar:1.8.8 in spigot-repo (https://hub.spigotmc.org/nexus/content/groups/public/) -> [help 1] [error]  [error] see full stack trace of errors, re-run maven -e switch. [error] re-run maven using -x switch enable full debug logging. [error]  [error] more information errors , possible solutions, please read following articles: [error] [help 1] http://cwiki.apache.org/confluence/display/maven/dependencyresolutionexception 

any appreciated. thank you.

current pom.xml

build failing full stack traces on

the problem library using had bad pom. looked mine bad. else looking @ this: make sure yours right, check dependencies.


Comments