in Education by
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 5 years ago. Improve this question I am attempting to build a Spigot 1.8.8 plugin (on IntelliJ, mavenized project). I have been getting errors like the one below for a while. The only way I got my plugin to start working was after I deleted and rebuilt my project a few times. I'm not sure what was actually fixed but, after it was fixed, I started to work on the plugin. I had a repo in the pom.xml that I hadn't used yet, so I added a class in the plugin and ended up using things that I had to import from the previously unused repo. Now, when I try to build my plugin, I always get 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 to execute goal on project PInfo: Could not resolve dependencies for project photon.PInfo:PInfo:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org:spigotmc.api:jar:1.8.8, org:spigotmc:jar:1.8.8: Could 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] 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 Any help would be greatly appreciated. Thank you. Current pom.xml Build failing with full stack traces on JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
The problem was that the library I was using actually had a bad pom. It just looked like mine was bad. For anyone else looking at this: Make sure yours is right, then check your dependencies.

Related questions

0 votes
    So I am trying to build a docker image with the Golang SDK, everything runs except the section in ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 17, 2022 in Education by JackTerrance
0 votes
    Can you explain the Maven build lifecycle?...
asked Feb 5, 2023 in Technology by JackTerrance
0 votes
    I have a Maven build of a Java application that runs successfully on either Linux or Windows by typing the ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 10, 2022 in Education by JackTerrance
0 votes
    An unhandled exception of type System.AggregateException occurred in mscorlib.dll Inner Exception: {"Response status ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 14, 2022 in Education by JackTerrance
0 votes
    I'm trying to configure my Jenkinsfile to run in one which already have access to my git repository via ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 8, 2022 in Education by JackTerrance
0 votes
    From the App Store Connect I noticed a message telling me that from March 27, 2019 my applications will ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 2, 2022 in Education by JackTerrance
0 votes
    What is the difference between Maven and ANT?...
asked Feb 5, 2023 in Technology by JackTerrance
0 votes
    How does Maven manage dependencies?...
asked Feb 5, 2023 in Technology by JackTerrance
0 votes
    What are the benefits of using Maven?...
asked Feb 5, 2023 in Education by JackTerrance
0 votes
    What is Maven?...
asked Feb 5, 2023 in Technology by JackTerrance
0 votes
    Which of the following is used by Maven? (1)Pom.xml (2)Config.xml (3)META-INF (4)None of the Above...
asked Feb 5, 2023 in Technology by JackTerrance
0 votes
    Maven command to create Java project is ____________. A. mvn archetype:generate -groupId=com.play ... artifactId=cucumber-jvm-maven -DarchetypeArtifactId=maven-archetype-quickstart...
asked Dec 13, 2022 in Technology by JackTerrance
0 votes
    Maven is use to inject dependency. A. True B. False...
asked Dec 8, 2022 in Education by JackTerrance
0 votes
    I am creating a maven project from scratch, first just learn how to use maven. The main project contains ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 18, 2022 in Education by JackTerrance
...