Distribution Properties dIon Gillard
PropertyOptional?Description
maven.dist.assembly.dir yes - default is ${maven.build.dir}/${maven.final.name} The base directory for the default assembly properties
maven.dist.bin.archive.dir yes - default is ${maven.dist.assembly.dir}/bin The directory where the binary archive is constructed from
maven.dist.src.archive.dir yes - default is ${maven.dist.assembly.dir}/src/${maven.final.name} The directory where the source archive is constructed from
maven.dist.bin.assembly.dir yes - default is ${maven.dist.assembly.dir}/bin/${maven.final.name} The directory where the binaries are copied to so that it can be archived
maven.dist.src.assembly.dir yes - default is ${maven.dist.assembly.dir}/src/${maven.final.name} The directory where the sources are copied to so that it can be archived
maven.dist.dir yes - default is ${maven.build.dir}/distributions The target directory that the final archive is placed in
maven.dist.tar.executable yes - default is tar, found via the path. The path to the tar executable on the remote server - must be GNU tar
maven.dist.gunzip.executable yes - default is gunzip, found via the path. The path to the gunzip executable on the remote server