Package org.forgerock.doc.maven.site
Class LinkTest
java.lang.Object
org.forgerock.doc.maven.site.LinkTest
Test links in pre-processed copy of the sources.
Errors are written by default to ${project.build.directory}/docbkx/linktester.err
.
The test does not fail on error.
-
Constructor Summary
ConstructorsConstructorDescriptionLinkTest
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Test links in pre-processed copy of the sources.
-
Constructor Details
-
LinkTest
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Test links in pre-processed copy of the sources.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to complete link tests.
-