-
-
Notifications
You must be signed in to change notification settings - Fork 176
Project Setup
Rsl1122 edited this page Apr 8, 2018
·
35 revisions
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. You can check .travis.yml for up to date install command - 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.