MVN

org.apache.maven : modello-plugin-velocity

Maven & Gradle

Dec 12, 2022

Modello Velocity Plugin · Modello Velocity Plugin generates custom templates.

<plugin>
    <groupId>org.apache.maven</groupId>
    <artifactId>modello-plugin-velocity</artifactId>
    <version>4.0.0-alpha-3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven : modello-plugin-velocity to add to Maven - Latest Versions:

  • Latest Stable: 4.0.0-alpha-3
  • Latest Alpha: 4.0.0-alpha-3

All Versions

Choose a version of org.apache.maven : modello-plugin-velocity to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
modello-plugin-velocity-4.0.0-alpha-3
modello-plugin-velocity-4.0.0-alpha-2

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.apache.maven</groupId>
    <artifactId>modello-plugin-velocity</artifactId>
    <version>4.0.0-alpha-3</version>
</plugin>

Advertisement