Class DistributionExporter

java.lang.Object
com.zfabrik.resources.provider.Resource
com.zfabrik.impl.dev.DistributionExporter

public class DistributionExporter extends Resource
Main program (typically launched via the MainRunner that exports a whole z2 repository distribution into a file system repository layout into a given folder.

If desired the exported repository distribution contains no Java sources but only compilation artifacts, i.e. jar files and the like.

Syntax is: <options>

Options:

-out <folder>
Specification of output folder to store the repository layout. This folder should not exist or be empty
-mode {plain|binary|nojava}
If set to binary, only export binaries and remove all source artifacts. If set to nojava, export binaries corresponing to Java sources and remove all Java sources, but do not remove other source artifacts. Default is plain.
  • Constructor Details

    • DistributionExporter

      public DistributionExporter()
  • Method Details