From 475335ceabf9da8dac2b897851bb966e440a6822 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Sun, 8 Apr 2018 12:55:08 +0300 Subject: [PATCH] Updated Project Setup (markdown) --- Project-Setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project-Setup.md b/Project-Setup.md index ef10a18..35936b8 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -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 `/PlanPluginBridge/`-folder. -- Run a Maven goal: `mvn install:install-file -Dfile=` - 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=` +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.