Skip to content

Commit

Permalink
feat(#414): update README according with new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Aug 23, 2024
1 parent f9df1fe commit db36a0c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ but if you want to change it, just add the `phase` to `execution` section:
</execution>
```

## Skip the plugin execution

If you want to skip the plugin execution, just set the `skip` property to `true`
in the configuration:

```xml
<configuration>
<skip>true</skip>
</configuration>
```

## How to Contribute

Fork repository, make changes, send us a pull request. We will review your
Expand Down

0 comments on commit db36a0c

Please sign in to comment.