Skip to content

Commit

Permalink
Fix configuration file example in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasHofman committed Nov 15, 2023
1 parent 84c202b commit b0dbaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ mvn org.wildfly:wildfly-channel-maven-plugin:upgrade \
you can create the `.wildfly-channel-maven-plugin` file in your project with following content:

```shell
-DmanifestFile=path/to/manifest.yaml
-DignoreModules=groupId:artifactId
-DignoreProperties=property1,property2
```

and then just call the following command to achieve the same result as the original command:
Expand Down

0 comments on commit b0dbaac

Please sign in to comment.