Skip to content

Commit

Permalink
fix typos in Mojo parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Hahn committed Apr 22, 2024
1 parent 38f6afa commit bcc6ddc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* <li>{@code version} - the version - required</li>
* <li>{@code type} - the artifact type - optional</li>
* <li>{@code classifier} - the artifact classifier - optional</li>
* <li>{@code dependencyResolutionScope} - the dependency resolution scope to override
* <li>{@code dependencyResolutionDepth} - the dependency resolution depth to override
* the project settings with - optional</li>
* </ul>
*
Expand Down Expand Up @@ -209,7 +209,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* <li>{@code version} - the version - required</li>
* <li>{@code type} - the artifact type - optional</li>
* <li>{@code classifier} - the artifact classifier - optional</li>
* <li>{@code dependencyResolutionScope} - the dependency resolution scope to override
* <li>{@code dependencyResolutionDepth} - the dependency resolution depth to override
* the project settings with - optional</li>
* </ul>
*
Expand Down Expand Up @@ -262,7 +262,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* <li>{@code version} - the version - required</li>
* <li>{@code type} - the artifact type - optional</li>
* <li>{@code classifier} - the artifact classifier - optional</li>
* <li>{@code dependencyResolutionScope} - the dependency resolution scope to override
* <li>{@code dependencyResolutionDepth} - the dependency resolution depth to override
* the project settings with - optional</li>
* </ul>
*
Expand Down Expand Up @@ -364,7 +364,7 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* <li>{@code version} - the version - required</li>
* <li>{@code type} - the artifact type - optional</li>
* <li>{@code classifier} - the artifact classifier - optional</li>
* <li>{@code dependencyResolutionScope} - the dependency resolution scope to override
* <li>{@code dependencyResolutionDepth} - the dependency resolution depth to override
* the project settings with - optional</li>
* </ul>
*
Expand Down

0 comments on commit bcc6ddc

Please sign in to comment.