Solved Maven reference Craftbukkit

Discussion in 'Plugin Development' started by BeMacized, Nov 24, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    BeMacized

    Hi there,

    I've been trying to migrate my plugin project to a Maven one, (Which I'm still a total noob at), and managed to reference bukkit with the following tutorial: http://wiki.bukkit.org/Bukkit_as_a_Maven_Dependency
    Now, my plugin uses a few things from org.bukkit.craftbukkit, and all tutorials seem to explain how to reference bukkit... not craftbukkit.
    Is there any way I can do this?

    Thanks!
     
  2. Offline

    amhokies

    Just use craftbukkit instead of bukkit in the artifactid
     
  3. Offline

    BeMacized


    Really? It was that simple? Jeez I feel like an idiot now xD

    Thanks for helping me out anyways :) I'll remember that!
     
    amhokies likes this.
Thread Status:
Not open for further replies.

Share This Page