MVN

org.bsc.maven : maven-mvnver-plugin

Maven & Gradle

Oct 02, 2011

maven-mvnver-plugin · maven plugin that detects the maven release. This plugin is useful to active automatically maven's profile based on maven version

<plugin>
    <groupId>org.bsc.maven</groupId>
    <artifactId>maven-mvnver-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bsc.maven : maven-mvnver-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.bsc.maven : maven-mvnver-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-mvnver-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>org.bsc.maven</groupId>
    <artifactId>maven-mvnver-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement