spring:load-mojo

Full name:

org.kuali.maven.plugins:spring-maven-plugin:2.0.0-SNAPSHOT:load-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 load prior to executing itself.

Required Parameters

Name Type Since Description
annotatedClass Class - (no description)
User property is: spring.annotatedClass.

Optional Parameters

Name Type Since Description
addPropertySources boolean - (no description)
Default value is: true.
User property is: spring.addPropertySources.
annotatedClasses List - (no description)
User property is: spring.annotatedClasses.
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.
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.
propertySourcesConfig Class - (no description)
User property is: spring.propertySourcesConfig.
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

annotatedClass:

(no description)
  • Type: java.lang.Class
  • Required: Yes
  • User Property: spring.annotatedClass

annotatedClasses:

(no description)
  • Type: java.util.List
  • Required: No
  • User Property: spring.annotatedClasses

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

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

propertySourcesConfig:

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

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