Package org.l2x6.cq
Class FormatPomsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.l2x6.cq.FormatPomsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="format", requiresProject=true, inheritByDefault=false) public class FormatPomsMojo extends org.apache.maven.plugin.AbstractMojoFormats thepom.xmlfiles in the source tree.- Since:
- 0.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringCQ_SORT_DEPENDENCY_MANAGEMENT_PATHSstatic StringCQ_SORT_MODULES_PATHSstatic StringCQ_UPDATE_VIRTUAL_DEPENDENCIES_ALL_EXTENSIONS_DIRSstatic StringCQ_UPDATE_VIRTUAL_DEPENDENCIES_DIRSstatic StringVIRTUAL_DEPS_INITIAL_COMMENT
-
Constructor Summary
Constructors Constructor Description FormatPomsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
VIRTUAL_DEPS_INITIAL_COMMENT
public static final String VIRTUAL_DEPS_INITIAL_COMMENT
- See Also:
- Constant Field Values
-
CQ_SORT_MODULES_PATHS
public static final String CQ_SORT_MODULES_PATHS
- See Also:
- Constant Field Values
-
CQ_SORT_DEPENDENCY_MANAGEMENT_PATHS
public static final String CQ_SORT_DEPENDENCY_MANAGEMENT_PATHS
- See Also:
- Constant Field Values
-
CQ_UPDATE_VIRTUAL_DEPENDENCIES_DIRS
public static final String CQ_UPDATE_VIRTUAL_DEPENDENCIES_DIRS
- See Also:
- Constant Field Values
-
CQ_UPDATE_VIRTUAL_DEPENDENCIES_ALL_EXTENSIONS_DIRS
public static final String CQ_UPDATE_VIRTUAL_DEPENDENCIES_ALL_EXTENSIONS_DIRS
- See Also:
- Constant Field Values
-
-