@Mojo(name="format-xml",
defaultPhase=PROCESS_SOURCES)
public class FormatDocviewXmlMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.sonatype.plexus.build.incremental.BuildContext |
buildContext |
protected Set<String> |
excludes
Exclude patterns for files to exclude.
|
protected Set<String> |
includes
Include patterns for files to include.
|
| Constructor and Description |
|---|
FormatDocviewXmlMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected void |
executeInternal(File sourceDirectory) |
@Parameter protected Set<String> includes
Note: includes have precedences over excludes.
Each pattern can either be an Ant-like pattern or
a regular expression if it is starting with %regex[ and ending with ].
@Parameter protected Set<String> excludes
Note: includes have precedences over excludes.
Each pattern can either be an Ant-like pattern or
a regular expression if it is starting with %regex[ and ending with ].
@Component protected org.sonatype.plexus.build.incremental.BuildContext buildContext
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void executeInternal(File sourceDirectory) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.