public abstract class AbstractLessCssMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.sonatype.plexus.build.incremental.BuildContext |
buildContext |
protected String[] |
excludes
List of files to exclude.
|
protected String[] |
includes
List of files to include.
|
protected boolean |
skip
Whether to skip plugin execution.
|
protected File |
sourceDirectory
The source directory containing the LESS sources.
|
| Constructor and Description |
|---|
AbstractLessCssMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getIncludedFiles()
Scans for the LESS sources that should be compiled.
|
getLog, getPluginContext, setLog, setPluginContextprotected org.sonatype.plexus.build.incremental.BuildContext buildContext
protected File sourceDirectory
protected String[] includes
protected String[] excludes
protected boolean skip
protected String[] getIncludedFiles()
Copyright © 2014. All Rights Reserved.