betterphp / SkylandsPlus

A plugin for Bukkit based Minecraft server that adds a floating island dimension similar to the old skylands.
http://dev.bukkit.org/server-mods/skylandsplus/
17 stars 30 forks source link

Update pom.xml #52

Closed XxCoolGamesxX closed 11 years ago

XxCoolGamesxX commented 11 years ago

Update the pom.xml for the 1.4.6.

ramaroberto commented 11 years ago

Hey, im having problems to compile with maven, i downloaded the source of SkyLandsPlus and BasePlugin, and compiled BasePlugin, so i got the jar of BasePlugin v6.

When i try to compile SkyLandsPlus, i get this message:

[ERROR] Failed to execute goal on project skylandsplus: Could not resolve depend encies for project uk.co.jacekk.bukkit:skylandsplus:jar:0.14.2-SNAPSHOT: Failure to find uk.co.jacekk.bukkit:baseplugin:jar:6.0 in http://repo.bukkit.org/conten t/groups/public/ was cached in the local repository, resolution will not be reat tempted until the update interval of bukkit-repo has elapsed or updates are forc ed -> [Help 1]

Wich seems resonable cause there's not any mvn info in the repo http://repo.bukkit.org/content/groups/public/ about BasePlugin.

What i'm missing?

XxCoolGamesxX commented 11 years ago

I have the same problem as you with the BasePlugin, I don't know where to download the plugin.

XxCoolGamesxX commented 11 years ago

Goood news. I have the link: https://github.com/betterphp/BasePlugin

XxCoolGamesxX commented 11 years ago

Here i do the dev: https://dl.dropbox.com/u/16158672/Java%20Codes/skylandsplus-0.14.2-SNAPSHOT.jar

ramaroberto commented 11 years ago

Where did you placed it? Couse i have it allready but i don't know where to place it! Thanks for the response!

XxCoolGamesxX commented 11 years ago

Nope : )

ramaroberto commented 11 years ago

Nope? xD. Nope what? I just asked you in wich directory i should place BasePlugin.jar so mvn can compile SkylandsPlus n.n, that's not a yes/no question :tongue: .

(Veo que sos de españa, mas facil, en que directorio pongo el BasePlugin.jar para que funcione? Como hiciste vos para que te compile usando el maven? O usaste otra cosa? Saludos!)

XxCoolGamesxX commented 11 years ago

You use NetBeans IDE 7.2 or Eclipse ?

ramaroberto commented 11 years ago

Eclipse, you build it directly from there? When i do it i have a problem when i start the server, it dosen't finds the plugin.yml.

XxCoolGamesxX commented 11 years ago

I recommend you use NetBeans IDE 7.2 because its easy to use, once you have downloaded NetBeans you download SkylandsPlus.zip,then open the program and when you are on NetBeans click File then go down to import project from zip, then click the Skylandsplus.zip.

ramaroberto commented 11 years ago

Okey, thanks!