Full name:
com.google.code.maven-play-plugin:play-maven-plugin:1.0.0-beta8:war-inplace
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
warWebappDirectory | File | 1.0.0 | Single directory for extra files to include in the WAR. Default value is: ${basedir}/war. User property is: play.warWebappDirectory. |
Name | Type | Since | Description |
---|---|---|---|
playWarId | String | 1.0.0 | Play! id (profile) used for WAR packaging. Default value is: war. User property is: play.warId. |
warApplicationExcludes | String | 1.0.0 | Application resources exclude filter. Default value is: war/**. User property is: play.warApplicationExcludes. |
warApplicationIncludes | String | 1.0.0 | Application resources include filter Default value is: app/**,conf/**,precompiled/**,public/**,tags/**,test/**. User property is: play.warApplicationIncludes. |
warConfResourcesExcludes | String | 1.0.0 | Conf classpath resources exclude filter. User property is: play.warConfResourcesExcludes. |
warConfResourcesIncludes | String | 1.0.0 | Conf classpath resources include filter User property is: play.warConfResourcesIncludes. |
warDependencyExcludes | String | 1.0.0 | Dependency exclude filter. User property is: play.warDependencyExcludes. |
warDependencyIncludes | String | 1.0.0 | Dependency include filter. User property is: play.warDependencyIncludes. |
warFilterWebXml | boolean | 1.0.0 | Replace %APPLICATION_NAME% and %PLAY_ID% in "WEB-INF/web.xml" file
with application name ("application.name" property in
"conf/application.conf" file) and Play! war profile name
("playWarId" plugin configuration property value). Default value is: true. User property is: play.warFilterWebXml. |
warFrameworkExcludes | String | 1.0.0 | Framework resources exclude filter. User property is: play.warFrameworkExcludes. |
warFrameworkIncludes | String | 1.0.0 | Framework resources include filter Default value is: framework/templates/**,resources/messages. User property is: play.warFrameworkIncludes. |
warInplaceSkip | boolean | 1.0.0 | Skip War inplace generation. Default value is: false. User property is: play.warInplaceSkip. |
warModulesExcludes | String | 1.0.0 | Dependent modules resources exclude filter. User property is: play.warModulesExcludes. |
warModulesIncludes | String | 1.0.0 | Dependent modules resources include filter User property is: play.warModulesIncludes. |