Class MavenRepoZip
- java.lang.Object
-
- io.quarkus.bom.decomposer.maven.platformgen.MavenRepoZip
-
public class MavenRepoZip extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMavenRepoZip.Generator
-
Constructor Summary
Constructors Constructor Description MavenRepoZip()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopyFile(Path source, Path target)static voidmain(String[] args)static MavenRepoZip.GeneratornewGenerator()
-
-
-
Method Detail
-
newGenerator
public static MavenRepoZip.Generator newGenerator()
-
copyFile
public static void copyFile(Path source, Path target) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-