Updated Project Setup (markdown)

Rsl1122 2018-04-08 12:55:08 +03:00
parent ee872e3773
commit 475335ceab

@ -8,7 +8,9 @@ Here is a [Tutorial](https://help.github.com/articles/fork-a-repo/).
## Run Maven install goal for PlanPluginBridge
- 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](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/.travis.yml) for up to date install command
- 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](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/.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.