Skip to content

Commit 599362d

Browse files
Update README
1 parent 4b9ce41 commit 599362d

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,7 @@ Follow these commands to fetch the source and build:
1919

2020
1. git clone https://github.com/BorderTech/sample-app.git my-dir (first time only)
2121
2. cd my-dir
22-
23-
#### Quick build
24-
25-
Quick build profile has QA and Tests turned off
26-
27-
3. ```mvn install -Pquick-build```
28-
29-
#### Full build
30-
31-
On windows make sure chromedriver is in PATH, on *NIX in current user profile. Otherwise provide system property `-Dwebdriver.chrome.driver`. See [ChromeDriver](https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver) for more information.
32-
33-
4. ```mvn install -Dwebdriver.chrome.driver=/path/to/chromedriver.exe```
22+
3. mvn clean install -Pquick-build (The profile quick-build has QA and Tests turned off)
3423

3524
<a name="restservice"></a>
3625
### Run REST Service

0 commit comments

Comments
 (0)