Package org.l2x6.cq
Class PomSorter
- java.lang.Object
-
- org.l2x6.cq.PomSorter
-
public class PomSorter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<ExtensionDir>CQ_EXTENSIONS_DIRECTORIES
-
Constructor Summary
Constructors Constructor Description PomSorter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>findExtensionArtifactIds(Path baseDir, List<ExtensionDir> extensionDirs, Set<String> skipArtifactIds)static voidsortDependencyManagement(Path pomXmlPath)static voidsortDependencyManagement(Path baseDir, List<String> pomPaths)static voidsortModules(Path pomXmlPath)static voidsortModules(Path baseDir, List<String> sortModulesPaths)
-
-
-
Field Detail
-
CQ_EXTENSIONS_DIRECTORIES
public static final List<ExtensionDir> CQ_EXTENSIONS_DIRECTORIES
-
-