MVN

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

Maven & Gradle

Mar 12, 2014

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.

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>spring-maven-plugin</artifactId>
    <version>3.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : spring-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of org.kuali.maven.plugins : spring-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
spring-maven-plugin-3.1.0
3.0.x
spring-maven-plugin-3.0.4
spring-maven-plugin-3.0.3
spring-maven-plugin-3.0.2
spring-maven-plugin-3.0.1
spring-maven-plugin-3.0.0
2.1.x
spring-maven-plugin-2.1.0
2.0.x
spring-maven-plugin-2.0.14
spring-maven-plugin-2.0.13
spring-maven-plugin-2.0.12
spring-maven-plugin-2.0.11
spring-maven-plugin-2.0.10
spring-maven-plugin-2.0.9
spring-maven-plugin-2.0.8
spring-maven-plugin-2.0.7
spring-maven-plugin-2.0.6
spring-maven-plugin-2.0.5
spring-maven-plugin-2.0.4
spring-maven-plugin-2.0.3
spring-maven-plugin-2.0.2
spring-maven-plugin-2.0.1
spring-maven-plugin-2.0.0
1.2.x
spring-maven-plugin-1.2.5
spring-maven-plugin-1.2.4
spring-maven-plugin-1.2.3
spring-maven-plugin-1.2.2
spring-maven-plugin-1.2.1
spring-maven-plugin-1.2.0
1.1.x
spring-maven-plugin-1.1.4
spring-maven-plugin-1.1.3
spring-maven-plugin-1.1.2
spring-maven-plugin-1.1.1
spring-maven-plugin-1.1.0
1.0.x
spring-maven-plugin-1.0.3
spring-maven-plugin-1.0.2
spring-maven-plugin-1.0.1
spring-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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