Package org.eolang.maven
Class OptimizeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eolang.maven.OptimizeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="optimize", defaultPhase=PROCESS_SOURCES, threadSafe=true) public final class OptimizeMojo extends org.apache.maven.plugin.AbstractMojo
Optimize XML files.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description OptimizeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
STEPS
public static final String STEPS
The directory where to place intermediary files.- See Also:
- Constant Field Values
-
DIR
public static final String DIR
The directory where to compile to.- See Also:
- Constant Field Values
-
-