Package org.l2x6.cq.maven
Class FormatPomsMojo.PomSet
- java.lang.Object
-
- org.l2x6.cq.maven.FormatPomsMojo.PomSet
-
- Enclosing class:
- FormatPomsMojo
public static class FormatPomsMojo.PomSet extends Object
-
-
Constructor Summary
Constructors Constructor Description PomSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestinationPom()org.apache.maven.shared.model.fileset.FileSetgetSourcePoms()voidsetDestinationPom(String destinationPom)voidsetSourcePoms(org.apache.maven.shared.model.fileset.FileSet sourcePoms)
-
-
-
Method Detail
-
getSourcePoms
public org.apache.maven.shared.model.fileset.FileSet getSourcePoms()
-
setSourcePoms
public void setSourcePoms(org.apache.maven.shared.model.fileset.FileSet sourcePoms)
-
getDestinationPom
public String getDestinationPom()
-
setDestinationPom
public void setDestinationPom(String destinationPom)
-
-