Full name:
org.kuali.maven.plugins:spring-maven-plugin:1.0.3: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}. |
| filterContext | boolean | - | If true contextLocation is filtered before being
loaded Default value is: false. |
| filterExcludes | List | - | List of Maven properties to exclude from the filtering process. |
| filterIncludes | List | - | List of Maven properties to include in the filtering process when
filterContext is true. If nothing is
provided here, all maven properties are used. |
| properties | Properties | - | Additional properties to use when filtering the Spring context |
| workingDir | File | - | Working directory for the plugin. Default value is: ${project.build.directory}/spring. |