From ee872e377355ff9f680ff7cf4d3a3372216f793c Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Sun, 8 Apr 2018 12:53:59 +0300 Subject: [PATCH] Updated Project Setup (markdown) --- Project-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Setup.md b/Project-Setup.md index 7a7fa9b..ef10a18 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -8,7 +8,7 @@ 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. +- 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.