MVN

cloud.piranha.maven : piranha-maven-plugin

Maven & Gradle

Jun 13, 2024

Piranha - Maven - Plugin · The Piranha Maven Plugin delivers you with a Maven plugin you can use to deploy your web application to any of our Piranha distributions facilitating an inner-loop development experience.

<plugin>
    <groupId>cloud.piranha.maven</groupId>
    <artifactId>piranha-maven-plugin</artifactId>
    <version>24.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.piranha.maven : piranha-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 24.6.0

All Versions

Choose a version of cloud.piranha.maven : piranha-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
24.6.x
piranha-maven-plugin-24.6.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>cloud.piranha.maven</groupId>
    <artifactId>piranha-maven-plugin</artifactId>
    <version>24.6.0</version>
</plugin>