You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,7 @@ This project use Maven or Gradle as its build and management tools
40
40
**Option 1:** Compile and package into JAR
41
41
42
42
```bash
43
-
44
43
mvn package
45
-
46
44
```
47
45
48
46
The compiled _jar_ file will be located in the **target** folder
@@ -65,9 +63,8 @@ mvn install
65
63
<dependency>
66
64
<groupId>com.api.util</groupId>
67
65
<artifactId>ApiSecurity</artifactId>
68
-
<version>1.3.0-SNAPSHOT</version>
66
+
<version>1.3.1-SNAPSHOT</version>
69
67
</dependency>
70
-
71
68
```
72
69
73
70
**Note:**
@@ -85,7 +82,13 @@ mvn install
85
82
```
86
83
87
84
#### Maven Test
88
-
To execute unit-test with Maven command
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)
0 commit comments