Payara Micro Maven Deployer - Demo
Originally published on 08 Jun 2016
Last updated on 08 Jun 2016

Payara Micro 162 can now deploy your artifacts stored in Maven repositories simply by providing the GAV coordinates. This should provide another option for continuous delivery scripts!
This short video demonstrates how to use the new deployment option for Payara Micro – deploying artifacts from Maven repositories. This new feature allows you to deploy an application to a Payara Micro instance directly from a Maven repository by providing a GAV coordinate (GroupId, ArtifactId, Version number) and a repository URL.
Related Posts
The Payara Monthly Catch - April 2025
Published on 28 Apr 2025
by Chiara Civardi
0 Comments
Simplifying Jakarta EE Development with JBang and Payara Micro
Published on 14 Apr 2025
by Luqman Saeed
0 Comments
What is JBang?
JBang is a tool that lets you run Java code with zero build setup. It handles dependencies, compilation, and execution with a single command - making Java as easy to run as a script. With JBang, you can: