MVN

net.rumati.maven.plugins : velocity-maven-plugin

Maven & Gradle

Oct 02, 2014
4 stars

Velocity Maven Plugin · A Maven plugin that uses Apache Velocity to process templates, populating variables from the Maven POM.

<plugin>
    <groupId>net.rumati.maven.plugins</groupId>
    <artifactId>velocity-maven-plugin</artifactId>
    <version>0.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.rumati.maven.plugins : velocity-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of net.rumati.maven.plugins : velocity-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
velocity-maven-plugin-0.3.1
velocity-maven-plugin-0.3.0
0.2.x
velocity-maven-plugin-0.2.0
0.1.x
velocity-maven-plugin-0.1.2
velocity-maven-plugin-0.1.1
velocity-maven-plugin-0.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>net.rumati.maven.plugins</groupId>
    <artifactId>velocity-maven-plugin</artifactId>
    <version>0.3.1</version>
</plugin>