Craftbukkit R5.0 not in Maven?

Discussion in 'Plugin Development' started by Bjornke, Jul 28, 2012.

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

    Bjornke

    Hey all,

    So I was planning on moving the development of a few plugins Dependicies in netbeans over to Craftbukkit R5.0 however when I went to add that depency, I could not find it in the Maven query that comes up when you right click to add a dependency?

    NetBeans 7.2

    Anyone else having a similar issue?
     
  2. Offline

    Sagacious_Zed Bukkit Docs

    I just tried it now, and Eclipse is finding the dependency on the maven repo for me.
     
  3. Offline

    Bjornke

    The latest I see is R4.1

    Wondering if NetBeans included Maven isn't updating or something. I downloaded it instead and added it manually as a dependency.
     
  4. Offline

    Sagacious_Zed Bukkit Docs

  5. Offline

    Bjornke

    Yes I see it there, but Maven "add dependency" in NetBeans does not see it when I Query it.
     
  6. Offline

    Sagacious_Zed Bukkit Docs

    Do You have the repository defined in your plugin's pom.xml? you might as well just add it in there manually anyways.
     
  7. Offline

    Bjornke

    Nah, I don't. I was figuring I'd add it there but I was also hoping NetBeans could be smarter like in 7.1 where it seemed to work fine. 7.2 seems to have issues.

    I have vault and R4.1 in POM via Maven Add Dependency in NetBeans. Just don't want to have to manually add it into POM.

    Anyways thanks. better to have it in pom.xml anyways.
     
Thread Status:
Not open for further replies.

Share This Page