is not current version
Last Version 3.1.0

org.kuali.maven.plugins:spring-maven-plugin 3.0.3

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.kuali.maven.plugins
ArtifactId

ArtifactId

spring-maven-plugin
Version

Version

3.0.3
Type

Type

maven-plugin

Download spring-maven-plugin 3.0.3


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