Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.maven.plugins.annotations.ResolutionScope;

/**
* This mojo is only there
* This mojo is only there to provide configuration parameters and should not be executed directly.
*/
@Mojo(name = "configure-document-bundle-plugin", defaultPhase = LifecyclePhase.INITIALIZE, requiresDependencyResolution = ResolutionScope.NONE, threadSafe = true)
public class ConfigureMojo extends AbstractMojo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class JavadocMojo extends AbstractMojo {
* <li><code>docletArtifacts</code>, dependencies will be resovled and added as
* <code>-docletpath</code> parameter</li>
* <li><code>encoding</code>, used as javadoc <code>-encoding</code> parameter (default:
* <code>${project.build.sourceEncoding}</code></li>
* <code>${project.build.sourceEncoding}</code>)</li>
* <li><code>additionalArguments</code>, a list of additional arguments passed to
* javadoc</li>
* <li><code>includes</code>/<code>excludes</code>, the list of names of packages to be
Expand Down Expand Up @@ -171,7 +171,7 @@ public class JavadocMojo extends AbstractMojo {
* <li><code>mainLabel</code>, specifies the main label of the toc file (default:
* "API Reference")</li>
* <li><code>mainFilename</code>, specifies the filename of the TOC file (default:
* "overview-summary.html")
* "overview-summary.html")</li>
* </ul>
* Example configuration:
*
Expand Down
Loading