MVN

com.mtvnet.boxspring : boxspring-maven-plugin

Maven & Gradle

Feb 02, 2010

Maven BoxSpring Plugin · Maven plugin for helping with BoxSpring projects.

<plugin>
    <groupId>com.mtvnet.boxspring</groupId>
    <artifactId>boxspring-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mtvnet.boxspring : boxspring-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Beta: 1.0.0-beta-6

All Versions

Choose a version of com.mtvnet.boxspring : boxspring-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
boxspring-maven-plugin-1.0.0
boxspring-maven-plugin-1.0.0-beta-6
boxspring-maven-plugin-1.0.0-beta-5
boxspring-maven-plugin-1.0.0-beta-4
boxspring-maven-plugin-1.0.0-beta-3
boxspring-maven-plugin-1.0.0-beta-2
boxspring-maven-plugin-1.0.0-beta-1

How to add a plugin to Maven

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

<plugin>
    <groupId>com.mtvnet.boxspring</groupId>
    <artifactId>boxspring-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement