MVN

me.springframework : spring-me-maven-plugin

Maven & Gradle

May 15, 2009

Spring ME Maven Plugin · A Maven plugin for generating a BeanFactory from a Spring application context. In order to work around the limitations on platforms not supporting reflection, this Maven plugin will analyze the sources and dependent jar files to gather all the required information at build time.

<plugin>
    <groupId>me.springframework</groupId>
    <artifactId>spring-me-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.springframework : spring-me-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of me.springframework : spring-me-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
spring-me-maven-plugin-1.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>me.springframework</groupId>
    <artifactId>spring-me-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>