Skip to content

Commit 040254d

Browse files
committed
#35 Add build information
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 912bf15 commit 040254d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ You can find the latest version on [Maven Central](https://central.sonatype.com/
2828
implementation group: 'io.securecodebox', name: 'defectdojo-client', version: '1.0.0.-beta2'
2929
```
3030

31+
## Development
32+
33+
To run a local build clone this repo and just invoke the following command in the repo directory:
34+
35+
```shell
36+
mvn clean install
37+
```
38+
3139
## Supported DefectDojo Versions
3240

3341
The client is supposed to be compatible with DefectDojo 1.10 and later, older version of DefectDojo might still work, but are not officially supported.

0 commit comments

Comments
 (0)