| Property | Optional? | 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.bin.artifact |
yes - default is ${maven.final.name}.jar. |
The name of the binary artifact to include in distribution, relative to target dir. |