Hot Summer Deals are Here!
Celebrate with up to 90% off on 15,500 resources
04
Days
10
Hours
59
Mins
02
Secs

Please help compiling pape1.7 error. PLease help

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Missionary

Premium
Feedback score
2
Posts
313
Reactions
245
Resources
0
In the MinecraftServer folder there should be a maven pom.xml. Open that up in wordpad or whatever and change the bukkit repo to this:
Code:
      <repository>
         <id>minelink-thirdparty</id>
         <url>http://repo.minelink.net/content/repositories/thirdparty/</url>
       </repository>
After that save it and rebuild the project.
That's what worked for me.
 
Last edited:

PoluxKing

Feedback score
0
Posts
444
Reactions
123
Resources
0
In the MinecraftServer folder there should be a maven pom.xml. Open that up in wordpad or whatever and change the bukkit repo to this:
Code:
      <repository>
         <id>minelink-thirdparty</id>
         <url>http://repo.minelink.net/content/repositories/thirdparty/</url>
       </repository>
After that save it and rebuild the project.
That's what worked for me.
ok thx i'm going to try it out live :)[DOUBLEPOST=1484800675][/DOUBLEPOST]
In the MinecraftServer folder there should be a maven pom.xml. Open that up in wordpad or whatever and change the bukkit repo to this:
Code:
      <repository>
         <id>minelink-thirdparty</id>
         <url>http://repo.minelink.net/content/repositories/thirdparty/</url>
       </repository>
After that save it and rebuild the project.
That's what worked for me.
Ok so now there is only one thing that doesn't work :eek:


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] PaperSpigot-Parent ................................. SUCCESS [ 2.418 s]
[INFO] Minecraft Server ................................... SUCCESS [ 32.229 s]
[INFO] Minecraft Server Relocation ........................ SUCCESS [ 6.632 s]
[INFO] PaperSpigot-API .................................... SUCCESS [ 28.558 s]
[INFO] PaperSpigot ........................................ FAILURE [ 0.686 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 min
[INFO] Finished at: 2017-01-18T23:29:44-05:00
[INFO] Final Memory: 51M/594M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin com.wolvereness:eek:vermapped:0.0.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.wolvereness:eek:vermapped:jar:0.0.2: Could not transfer artifact com.wolvereness:eek:vermapped:pom:0.0.2 from/to bukkit-plugins (http://repo.bukkit.org/content/groups/public): repo.bukkit.org: Unknown host repo.bukkit.org -> [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/PluginResolutionException

C:\Fo\Paper-1.7>
 
Last edited:
Status
This thread has been locked.
Top