Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ You can test it during the integration tests phase using the maven command:
```shell
mvn verify
```
or
```shell
./mvnw verify
```

In order to use this functionality, you need to add the plugin declaration on the plugins section of your pom.xml:

Expand Down Expand Up @@ -71,6 +75,8 @@ It possible to customise the following plugin properties:
* The default value is empty
* failOnError: Fail build on error, if set to `true`. Default is `false`.
* The default value is false
* prettyPrint: Pretty print output json file contents, if set to `true`. Default is `false`.
* The default value is false, retaining v1.5 behavior

```xml
<plugin>
Expand Down
295 changes: 295 additions & 0 deletions mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading