Maven, Netbeans and the Bukkit Javadoc

Discussion in 'Plugin Development' started by Lolmewn, Aug 27, 2012.

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

    Lolmewn

    For some reason, I can't get javadocs downloaded for the bukkit library.
    I know the location for them is http://jd.bukkit.org/apidocs/ , but can't find where to add this.
    I heard Maven needs specific stuff, but I have never seen what that specific stuff is.

    So my question is, how do I add Javadocs to a Maven project in Netbeans?
     
  2. Offline

    Sagacious_Zed Bukkit Docs

    Our maven repository does not have the source nor the javadoc on the repository itself :( In order to use them with maven, you either have to import the correct version of the bukkit source into the ide, or build the javadoc jar with maven and insert it into your local repository.
     
  3. Offline

    Lolmewn

    You're saying.. there's no way, unless I build it with the docs already attached? Because I have no clue how Maven works :p

    EDIT: What is the official bukkit repo anyway? I seem to be using spout's repo.
     
Thread Status:
Not open for further replies.

Share This Page