| API Documentation: | BasePluginConvention | 
|---|
A Convention used for the BasePlugin.
| Property | Description | 
| archivesBaseName | The base name to use for archive files. | 
| distsDir | The directory to generate TAR and ZIP archives into. | 
| distsDirName | The name for the distributions directory. This in interpreted relative to the project' build directory. | 
| libsDir | The directory to generate JAR and WAR archives into. | 
| libsDirName | The name for the libs directory. This in interpreted relative to the project' build directory. | 
File distsDir (read-only)
The directory to generate TAR and ZIP archives into.
- Default with javaplugin:
- ${project.buildDir}/- ${project.distsDirName}
String distsDirName
The name for the distributions directory. This in interpreted relative to the project' build directory.
- Default with javaplugin:
- 'distributions'
File libsDir (read-only)
The directory to generate JAR and WAR archives into.
- Default with javaplugin:
- ${project.buildDir}/- ${project.libsDirName}
String libsDirName
The name for the libs directory. This in interpreted relative to the project' build directory.
- Default with javaplugin:
- 'libs'