Deploy Jakarta EE & MicroProfile Apps Faster with the Payara Cloud Maven Plugin

Jakarta EE

As a Java developer, you’ve probably experienced the challenges of deploying Jakarta EE or MicroProfile applications to the cloud. Setting up infrastructure, configuring servers and dealing with the gamut of cloud environments can be a major deviation from your core development tasks, ultimately influencing your productivity. However, there are tools that you can leverage to simplify and streamline cloud deployments. One is Payara Cloud Maven plugin – let’s look at what it offers and how to use it in this blog post.

Payara Cloud Maven Plugin

Payara Cloud Maven plugin integrates with Payara Cloud, our fully managed Payara-as-a-Service platform, to simplify your deployment workflow. The plugin has a number of goals that automate the continuous deployment of your Jakarta EE and MicroProfile applications to Payara Cloud.

{{cta(‘8d7bedd4-483c-414b-8b1e-47539832ae92’)}}

Why Use the Payara Cloud Maven Plugin?

  • Simplify Deployments: With a few simple commands, you can deploy your Java applications directly to Payara Cloud without having to manually manage infrastructure or cloud configurations.
  • Better Integration: The plugin integrates directly into your existing Maven build process, making it easy to incorporate into your development workflow.
  • Developer-Friendly: Whether you’re deploying to production or testing in a development environment, the plugin offers goals for common tasks.
  • Improved Productivity: Automate your deployment process, saving you valuable time and effort.

Goals

The Payara Cloud Maven Plugin offers the following goals:

  • login: Securely authenticate with your Payara Cloud account.
  • start: Start an application that’s already been deployed but is currently stopped.
  • stop: Stop a running application deployed on Payara Cloud.
  • deploy: Deploy your application to Payara Cloud.
  • undeploy: Remove a previously deployed application from Payara Cloud.
  • dev: Enter “live deploy” mode to automatically redeploy your application to Payara Cloud whenever you save changes in your IDE.

How to Get Started

Add the plugin dependency to your project’s pom.xml:


<plugin>

    <groupId>fish.payara.maven.plugins</groupId>

    <artifactId>payara-cloud-maven-plugin</artifactId>

    <version>LATEST_VERSION</version>

</plugin>

 (Replace LATEST_VERSION with the actual version for example 1.0-Alpha2)

Alternatively, you can scaffold a new Jakarta EE and MicroProfile project using our starter scaffolding tool here

Configure Payara Cloud Credentials

Securely store your Payara Cloud credentials in Maven settings or provide them through command-line options. You can also use the login goal to login.

Use the Goals

Execute Maven commands with the appropriate plugin goals:

mvn payara-cloud:deploy  # Deploy your application

mvn payara-cloud:dev     # Start live-reload development mode

The Future of Cloud-Native Java

The Payara Cloud Maven Plugin simplifies cloud-native development for Jakarta EE and MicroProfile projects. It integrates with your Maven build process, making cloud deployments and daily development easier so you can concentrate on creating innovative applications.

Get started with this new plugin by signing up for your FREE 15-day trial of Payara Cloud now.

Branding Tagline_Hubspot Banner-2

 

Comments (0)

Post a comment

Your email address will not be published. Required fields are marked *

Payara needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Legal & Privacy Policy.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts

SpringBoot Actuator Health for Microprofile Developers 7 minutes
Cloud & Microservices

Spring Boot Actuator Health for MicroProfile Developers

If you worked with MicroProfile Health, you already understand the value of exposing application health information through standardized endpoints. […]

Webinar banner for “High-Frequency Trading on Jakarta EE: GC Stress Testing with Azul C4 and Payara Micro,” March 25, 2026, 2 PM GMT. Features Azul and Payara Micro logos and speaker photos of Luqman Saeed, Jakarta EE Specialist, and Simon Ritter, Deputy CTO and Java Champion. 1 minute
Cloud & Microservices

High-Frequency Trading on Jakarta EE: Join Our Upcoming Live Webinar

Modern high-frequency trading (HFT) platforms operate under extreme performance constraints, processing tens of thousands of messages per second while […]

Illustration promoting the Payara Platform Community Survey, featuring bold text on a blue background alongside a clipboard with a checklist, star ratings, and check marks, with coral and fish graphics in an underwater theme. 1 minute
Community

Help Shape the Future of Payara Platform Community – Take Our 2026 Survey

Earlier this week, we’ve launched the 2026 Payara Platform Community Survey and we’d love to hear from you. If […]