Skip to content

Commit

Permalink
Merge pull request #403 from guillermocalvo/fix-typo
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
siom79 authored Jul 22, 2024
2 parents da5b89c + 5e4a8d9 commit 87926c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/MavenPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ the <dependency> element. Through the <parameter> element you can pr
| ignoreMissingOldVersion | true | false | If set to true, not resolvable artifacts for the old version do not break the build. |
| ignoreMissingNewVersion | true | false | If set to true, not resolvable artifacts for the new version do not break the build. |
| packagingSupported | true | n.a. | List all packaging type for which the plugin should be executed. Helpful if you define the plugin in a root pom. |
| postAnalysisScript | true | n.a. | A [Groovy](http |//www.groovy-lang.org/) script that gets invoked after analysis is completed and before the output is written. This way it can be used to filter the output or break the build on specific conditions. It can be an absolute path or a relative path of a file within the classpath.|
| postAnalysisScript | true | n.a. | A [Groovy](https://www.groovy-lang.org/) script that gets invoked after analysis is completed and before the output is written. This way it can be used to filter the output or break the build on specific conditions. It can be an absolute path or a relative path of a file within the classpath.|
| skipXmlReport | true | false | If set to true, no XML report will be generated. |
| skipHtmlReport | true | false | If set to true, no HTML report will be generated. |
| skipDiffReport | true | false | If set to true, no diff report will be generated. |
Expand Down

0 comments on commit 87926c1

Please sign in to comment.