Skip to content

Commit

Permalink
feat(#251): Add readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Aug 1, 2023
1 parent 555d61a commit 8aa4b45
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,22 @@ in the root of your project:
mvn com.github.volodya-lombrozo:jtcop-maven-plugin:check
```

or short version:
```shell
mvn jtcop:check
```

After that you will see the result of the plugin execution in the console. If
you want to use specific (older) version of the plugin, for example `0.1.16`,
just run the next maven command with specified version:

```shell
mvn com.github.volodya-lombrozo:jtcop-maven-plugin:0.1.16:check
```
or snapshot version:
```shell
mvn com.github.volodya-lombrozo:jtcop-maven-plugin:1.0-SNAPSHOT:check
```

### Add the plugin to your `pom.xml`

Expand Down

0 comments on commit 8aa4b45

Please sign in to comment.