Spring Maven Plugin

This plugin provides integration between Spring and Maven. Plugin goals support loading a Spring context XML file as part of the Maven build lifecycle. The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand. Spring's "classpath:context.xml" style notation is supported. Annotated Java classes can also be used to load a Spring context. Maven properties are injected into the Spring context (both XML and annotation style) as a java.util.Properties bean named "mavenProperties". Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them. See Project Reports -> Plugin Documentation for details on plugin goals. By default, the profile "maven" is set as an active Spring profile along with any other active Maven profiles.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.kuali.maven.plugins
ArtifactId

ArtifactId

spring-maven-plugin
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Spring Maven Plugin
This plugin provides integration between Spring and Maven. Plugin goals support loading a Spring context XML file as part of the Maven build lifecycle. The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand. Spring's "classpath:context.xml" style notation is supported. Annotated Java classes can also be used to load a Spring context. Maven properties are injected into the Spring context (both XML and annotation style) as a java.util.Properties bean named "mavenProperties". Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them. See Project Reports -> Plugin Documentation for details on plugin goals. By default, the profile "maven" is set as an active Spring profile along with any other active Maven profiles.
Project URL

Project URL

http://site.kuali.org/maven/plugins/spring-maven-plugin/3.1.0
Project Organization

Project Organization

The Kuali Foundation

Download spring-maven-plugin

How to add to project

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>spring-maven-plugin</artifactId>
    <version>3.1.0</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
org.kuali.common : kuali-util jar 4.4.9
org.kuali.common : kuali-maven jar 1.1.4
org.apache.commons : commons-lang3 jar 3.2.1
commons-io : commons-io jar 2.4
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : jcl-over-slf4j jar 1.7.5

provided (2)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2
org.apache.maven : maven-compat jar 3.1.1

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0