Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' of https://github.com/salesforce/Argus into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
sundeepsf committed Jun 29, 2018
2 parents 645907c + 5cce24d commit 480c113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To find out more [see the wiki](https://github.com/salesforce/Argus/wiki) and ch
Argus uses the `argus-build.properties` file as a resource filter for the build and all the module builds. After you clone the project for the first time, or after you change this file, you must create and install the dependency jars which will contain these filters. Those dependency jars are then pulled in by the modules, expanded and have their values applied to the module specific builds. Luckily, it's a straightforward operation. Just execute the following command from within the parent project, after you first clone the project or after you update the `argus-build.properties` file.

```
mvn -DskipTests=true --non-recursive install
mvn -DskipTests=true -DskipDockerBuild --non-recursive install
```

### Running The Unit Tests
Expand Down

0 comments on commit 480c113

Please sign in to comment.