Full name:
org.kuali.maven.plugins:spring-maven-plugin:2.0.0-SNAPSHOT:load-xml-mojo
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
location | String | - | Location of a Spring context XML file. This can be a file on the
local file system, or any URL Spring's Resource loading framework
understands eg classpath:my-context.xml Default value is: classpath:${project.artifactId}-context.xml. User property is: spring.location. |
Name | Type | Since | Description |
---|---|---|---|
addPropertySources | boolean | - | (no description) Default value is: true. User property is: spring.addPropertySources. |
forceMojoExecution | boolean | - | (no description) Default value is: false. User property is: spring.forceMojoExecution. |
injectMavenMojo | boolean | - | (no description) Default value is: false. User property is: spring.injectMavenMojo. |
injectMavenProject | boolean | - | (no description) Default value is: false. User property is: spring.injectMavenProject. |
injectMavenProperties | boolean | - | (no description) Default value is: true. User property is: spring.injectMavenProperties. |
locations | List | - | List of additional Spring context XML files to load (if any). |
mavenMojoBeanName | String | - | (no description) Default value is: mavenMojo. User property is: spring.mavenMojoBeanName. |
mavenProjectBeanName | String | - | (no description) Default value is: mavenProject. User property is: spring.mavenProjectBeanName. |
mavenPropertiesBeanName | String | - | (no description) Default value is: mavenProperties. User property is: spring.mavenPropertiesBeanName. |
properties | Properties | - | (no description) User property is: spring.properties. |
propertySourcesLocation | String | - | This context registers a single PropertySource bean
backed by Maven properties Default value is: classpath:org/kuali/maven/plugins/spring/property-sources.xml. |
serviceClass | Class | - | (no description) User property is: spring.serviceClass. |
skip | boolean | - | (no description) Default value is: false. User property is: spring.skip. |
skip: