org.mmbase.mojo
Class IncludeDefaultExcludesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mmbase.mojo.IncludeDefaultExcludesMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Deprecated. At least if you have fixes for: MWAR-205 and MWAR-128
public class IncludeDefaultExcludesMojo
- extends org.apache.maven.plugin.AbstractMojo
The war-plugin of maven sucks a bit, because it lacks a useDefaultExcludes property.
This only does that, it includes the default excludes of the webapp dir. This makes development
of JSP templates easier, because you don't have to copy the damn thing every time, but can simply
change it in place and check it in from there.
- Author:
- Michiel Meeuwissen
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Deprecated. |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludeDefaultExcludesMojo
public IncludeDefaultExcludesMojo()
- Deprecated.
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Deprecated.
- Throws:
org.apache.maven.plugin.MojoExecutionException
MMBase 2.0-SNAPSHOT - null