jar

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.

Table Of Contents

Latest Version

Download org.kuali.maven.plugins : spring-maven-plugin JAR file - Latest Versions:

All Versions

Download org.kuali.maven.plugins : spring-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.1.x
2.0.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-maven-plugin-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.kuali.maven.plugins.spring

├─ org.kuali.maven.plugins.spring.AbstractSpringMojo.class - [JAR]

├─ org.kuali.maven.plugins.spring.DefaultSpringMojoService.class - [JAR]

├─ org.kuali.maven.plugins.spring.LoadContext.class - [JAR]

├─ org.kuali.maven.plugins.spring.LoadMojo.class - [JAR]

├─ org.kuali.maven.plugins.spring.LoadXmlMojo.class - [JAR]

├─ org.kuali.maven.plugins.spring.MavenConstants.class - [JAR]

├─ org.kuali.maven.plugins.spring.MavenPropertySourceContext.class - [JAR]

├─ org.kuali.maven.plugins.spring.MojoExecutable.class - [JAR]

├─ org.kuali.maven.plugins.spring.SpringMojoService.class - [JAR]

org.kuali.maven.plugins.spring.config

├─ org.kuali.maven.plugins.spring.config.MavenPropertySourceConfig.class - [JAR]

├─ org.kuali.maven.plugins.spring.config.MojoConfig.class - [JAR]

├─ org.kuali.maven.plugins.spring.config.MojoExecutableConfig.class - [JAR]

├─ org.kuali.maven.plugins.spring.config.SpringMojoServiceConfig.class - [JAR]