To compile IntelliJBukkitSupport, a few steps need to be taken to setup an SDK.
- Create a zip of the contents of the latest (version 15.0.1 in this case) IntelliJ folder.
On windows this folder could be:C:\Program Files (x86)\JetBrains\IntelliJ IDEA 15.0
Make sure the name of the file isIntelliJ.zip
- Install the file to your local repository by running
$ mvn install:install-file -Dfile=IntelliJ.zip -DgroupId=org.jetbrains -DartifactId=intellij-idea-iu -Dversion=15.0.1 -Dpackaging=zip
- Now compile the project using
$ mvn package
To run this plugin with IntelliJ to debug. You must install a plugin called: "Intellij plugin development with Maven"