Skip to content

Commit 27fa7e9

Browse files
authored
Merge pull request #5 from kelvinwijaya/development
Adding mvn test command in documentation
2 parents c26f4e8 + 66bb467 commit 27fa7e9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
### V1.1.1-SNAPSHOT
1515
+ Minor refactoring
1616
+ Update documentation
17-
+ Update templates
17+
+ Update templates
18+
### V1.1.2-SNAPSHOT
19+
+ Minor refactoring
20+
+ Update documentation

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A java helper utilities that form HTTP security header for authentication and ve
99
- [Getting Started](#getting-started)
1010
* [Using Maven](#maven-guide)
1111
+ [Maven Build Option](#maven-build-option)
12+
+ [Maven Test](#maven-test)
1213
* [Using Gradle](#gradle-guide)
1314
+ [Preparation](#preparation)
1415
+ [Gradle Build Option](#gradle-build-option)
@@ -64,7 +65,7 @@ mvn install
6465
<dependency>
6566
<groupId>com.api.util</groupId>
6667
<artifactId>ApiSecurity</artifactId>
67-
<version>1.0-SNAPSHOT</version>
68+
<version>1.1.2-SNAPSHOT</version>
6869
</dependency>
6970

7071
```
@@ -83,6 +84,13 @@ mvn install
8384

8485
```
8586

87+
#### Maven Test
88+
To execute unit-test with Maven command
89+
90+
```bash
91+
mvn test
92+
```
93+
8694
### Gradle Guide
8795

8896
+ Download and Install Gradle (4.0 or above)

0 commit comments

Comments
 (0)