Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FISH-10620 Support for Running asadmin Command from Payara Server Maven Plugin Console #442

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jGauravGupta
Copy link
Contributor

@jGauravGupta jGauravGupta commented Feb 26, 2025

This enhancement enables users to execute asadmin commands directly from the command-line console while running the Payara Server Maven Plugin.

Key Features:

  • Start the Payara Server instance using:
    mvn payara-server:start
  • Wait until the server starts and the deployment is completed.
  • Run asadmin commands in the same terminal session, such as:
    asadmin list-jdbc-connection-pools
  • The command should execute successfully and display the expected output.

Additionally, apologies for the numerous whitespace changes—the source was formatted at the project level.

This update improves developer experience by allowing seamless interaction with asadmin commands within the same console session as the Maven plugin execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant