-
-
Notifications
You must be signed in to change notification settings - Fork 174
Project Setup
Rsl1122 edited this page Feb 19, 2018
·
35 revisions
AbstractPluginFramework 3.1.1 has not been deployed to Maven Central yet, but will in a couple days.
Here is a Tutorial.
- Locate
PlanPluginBridge.jar
in the repository you just cloned. It is in<repository-root>/PlanPluginBridge/
-folder. - Run a Maven goal:
mvn install:install-file -Dfile=<path-to-PlanPluginBridge.jar>
- this will install the plugin bridge into your local maven repository. The PluginBridge is a separate jar in order to reduce the dependencies that are required to work on the project. - Rest of the dependencies should be downloaded automatically and you can start working on the project.
Depending on your IDE there might be additional requirements to work on a Maven project. Check the IDE documentation on how to open a Maven project if you're having trouble.
-
PlanPluginBridge (jar Included in the Github repo)
-
Abstract Plugin Framework (If not in Maven Central APF can be compiled with no extra dependencies)
Installing 3rd party Maven artifacts manually
Other artifacts should exist in either Maven Central Repository or BungeeCord repository and will be downloaded automatically.
If you're having issues join Discord and I'll try to help you out.