Package org.eolang.maven
Class PullMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eolang.maven.PullMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="pull", defaultPhase=PROCESS_SOURCES, threadSafe=true) public final class PullMojo extends org.apache.maven.plugin.AbstractMojo
Pull EO XML files from Objectionary and parse them into XML.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description PullMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
DIR
public static final String DIR
The directory where to process to.- See Also:
- Constant Field Values
-
-