Full name:
com.google.code.maven-play-plugin:play-maven-plugin:1.0.0-beta8:dist
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
distArchiveName | String | 1.0.0 | The name of the generated distribution file. Default value is: ${project.build.finalName}. User property is: play.distArchiveName. |
distOutputDirectory | String | 1.0.0 | The directory for the generated distribution file. Default value is: ${project.build.directory}. User property is: play.distOutputDirectory. |
Name | Type | Since | Description |
---|---|---|---|
distApplicationExcludes | String | 1.0.0 | Application resources exclude filter. User property is: play.distApplicationExcludes. |
distApplicationIncludes | String | 1.0.0 | Application resources include filter Default value is: app/**,conf/**,public/**,tags/**,test/**. User property is: play.distApplicationIncludes. |
distAttach | boolean | 1.0.0 | Attach generated distribution file to project artifacts. Default value is: false. User property is: play.distAttach. |
distClassifier | String | 1.0.0 | Classifier to add to the generated distribution file. Default value is: dist. User property is: play.distClassifier. |
distDependencyExcludes | String | 1.0.0 | Dependency exclude filter. User property is: play.distDependencyExcludes. |
distDependencyIncludes | String | 1.0.0 | Dependency include filter. User property is: play.distDependencyIncludes. |
distFrameworkExcludes | String | 1.0.0 | Framework resources exclude filter. User property is: play.distFrameworkExcludes. |
distFrameworkIncludes | String | 1.0.0 | Framework resources include filter User property is: play.distFrameworkIncludes. |
distModulesExcludes | String | 1.0.0 | Dependent modules resources exclude filter. User property is: play.distModulesExcludes. |
distModulesIncludes | String | 1.0.0 | Dependent modules resources include filter User property is: play.distModulesIncludes. |
distSkip | boolean | 1.0.0 | Skip distribution file generation. Default value is: false. User property is: play.distSkip. |
playId | String | 1.0.0 | Default Play! id (profile). User property is: play.id. |