public class NeverFailExecution extends AbstractExecution
Execution that tries to finish as much as
possible even if it encounters errors.FailOnErrorExecution| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.logging.Log |
logger
The
Log used instead of throwing exceptions on error. |
algorithms, files, subPath, targets| Constructor and Description |
|---|
NeverFailExecution(org.apache.maven.plugin.logging.Log logger)
Build a new
NeverFailExecution instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run the execution using for the files, algorithms and targets set.
|
addAlgorithm, addFile, addTarget, checkParameters, getAlgorithms, getFiles, getSubPath, getTargets, removeAlgorithm, removeFile, removeTarget, setAlgorithms, setFiles, setSubPath, setTargetsprotected final org.apache.maven.plugin.logging.Log logger
Log used instead of throwing exceptions on error.public NeverFailExecution(org.apache.maven.plugin.logging.Log logger)
NeverFailExecution instance.logger - the logger used instead of throwing exceptions on error.Copyright © 2010–2016. All rights reserved.