Skip to content

Commit 7e7d202

Browse files
author
Kelvin Wijaya
authored
Update command to pull centralised Unit Test-cases
1 parent 22533b2 commit 7e7d202

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ This project use Maven or Gradle as its build and management tools
4040
**Option 1:** Compile and package into JAR
4141

4242
```bash
43-
4443
mvn package
45-
4644
```
4745

4846
The compiled _jar_ file will be located in the **target** folder
@@ -67,7 +65,6 @@ mvn install
6765
<artifactId>ApiSecurity</artifactId>
6866
<version>1.3.0-SNAPSHOT</version>
6967
</dependency>
70-
7168
```
7269

7370
**Note:**
@@ -85,7 +82,7 @@ mvn install
8582
```
8683

8784
#### Maven Test
88-
Pull centralized Unit Test-cases from the following Github url: <https://github.com/GovTechSG/test-suites-apex-api-security/tree/master> with Mavem command (in project root folder)
85+
Pull centralised Unit Test-cases from the following Github url: <https://github.com/GovTechSG/test-suites-apex-api-security/tree/master> with Mavem command (in project root folder)
8986

9087
```bash
9188
mvn scm:checkout -D checkoutDirectory=src/main/resources/test-suites

0 commit comments

Comments
 (0)