MVN

fish.payara.maven.plugins : payara-cloud-maven-plugin

Maven & Gradle

May 23, 2024
9 stars

Payara Cloud Maven Plugin · Payara Cloud Maven Plugin that deploys Jakarta EE (formerly Java EE) and MicroProfile applications to Payara Cloud, an all-in-one platform as a service (PaaS) solution

<plugin>
    <groupId>fish.payara.maven.plugins</groupId>
    <artifactId>payara-cloud-maven-plugin</artifactId>
    <version>1.0-Alpha1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fish.payara.maven.plugins : payara-cloud-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-Alpha1
  • Latest Alpha: 1.0-Alpha1

All Versions

Choose a version of fish.payara.maven.plugins : payara-cloud-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
payara-cloud-maven-plugin-1.0-Alpha1

How to add a plugin to Maven

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

<plugin>
    <groupId>fish.payara.maven.plugins</groupId>
    <artifactId>payara-cloud-maven-plugin</artifactId>
    <version>1.0-Alpha1</version>
</plugin>