spring:load-xml-mojo

Full name:

org.kuali.maven.plugins:spring-maven-plugin:2.0.0-SNAPSHOT:load-xml-mojo

Description:

Copyright 2011-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/ecl2.php Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Attributes:

  • Requires a Maven project to be executed.
  • Invokes the execution of this plugin's goal loadxml prior to executing itself.

Required Parameters

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.

Optional Parameters

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.

Parameter Details

addPropertySources:

(no description)
  • Type: boolean
  • Required: No
  • User Property: spring.addPropertySources
  • Default: true

forceMojoExecution:

(no description)
  • Type: boolean
  • Required: No
  • User Property: spring.forceMojoExecution
  • Default: false

injectMavenMojo:

(no description)
  • Type: boolean
  • Required: No
  • User Property: spring.injectMavenMojo
  • Default: false

injectMavenProject:

(no description)
  • Type: boolean
  • Required: No
  • User Property: spring.injectMavenProject
  • Default: false

injectMavenProperties:

(no description)
  • Type: boolean
  • Required: No
  • User Property: spring.injectMavenProperties
  • Default: true

location:

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
  • Type: java.lang.String
  • Required: Yes
  • User Property: spring.location
  • Default: classpath:${project.artifactId}-context.xml

locations:

List of additional Spring context XML files to load (if any).
  • Type: java.util.List
  • Required: No

mavenMojoBeanName:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: spring.mavenMojoBeanName
  • Default: mavenMojo

mavenProjectBeanName:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: spring.mavenProjectBeanName
  • Default: mavenProject

mavenPropertiesBeanName:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: spring.mavenPropertiesBeanName
  • Default: mavenProperties

properties:

(no description)
  • Type: java.util.Properties
  • Required: No
  • User Property: spring.properties

propertySourcesLocation:

This context registers a single PropertySource bean backed by Maven properties
  • Type: java.lang.String
  • Required: No
  • Default: classpath:org/kuali/maven/plugins/spring/property-sources.xml

serviceClass:

(no description)
  • Type: java.lang.Class
  • Required: No
  • User Property: spring.serviceClass

skip:

(no description)
  • Type: boolean
  • Required: No
  • User Property: spring.skip
  • Default: false