Full name:
org.kuali.maven.plugins:spring-maven-plugin:1.1.0-SNAPSHOT:load
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
contextLocation | String | - | Location of a Spring context XML file. This can be any URL Spring's
Resource loading framework understands eg
classpath:mycontext.xml Default value is: classpath:${project.artifactId}-context.xml. |
Name | Type | Since | Description |
---|---|---|---|
encoding | String | - | Character encoding for the context XML file Default value is: ${project.build.sourceEncoding}. |
exportExcludes | List | - | List of properties to exclude. No properties are excluded by
default. |
exportIncludes | List | - | List of properties to include. All properties are included by
default. |
exportProperties | boolean | - | If true, Maven properties are exported to the file system prior to
filtering and loading the Spring context. Default value is: false. |
exportPropertiesFile | File | - | The file to export properties to when exportProperties
is true Default value is: ${project.build.directory}/spring/maven.properties. |
exportPropertiesFileProperty | String | - | If exportProperties is true, the path to the exported
properties file will be included as a property under this key Default value is: maven.spring.properties. |
filterContext | boolean | - | If true contextLocation is filtered before being
loaded Default value is: false. |
filterExcludes | List | - | List of properties to exclude. No properties are excluded by
default. |
filterIncludes | List | - | List of properties to include. All properties are included by
default. |
properties | Properties | - | Additional properties supplied directly to the mojo |
workingDir | File | - | Working directory for the plugin. Default value is: ${project.build.directory}/spring. |