Open
Description
I'm submitting a…
- bug report
- feature request
- other
Short description of the issue/suggestion:
I want to build an AppImage of Drifty CLI, a CLI version of Drifty which requires terminal as an interface between the application and the user. But, the AppImage created by JavaPackager plugin for the CLI, does not open the Application in terminal mode. What property should I set in the pom.xml such that my objectives fulfill?
What is the expected behavior?
A CLI Application to be created, which when run by the user, starts the Java app with terminal as the only interface.
What is the motivation / use case for changing the behavior?
This feature if not already present, will help in distributing terminal based Java applications.
Please tell us about your environment:
- JavaPackager version: 1.7.2
- OS version: Ubuntu-22.10
- JDK version: 20.0.1
- Build tool:
- Maven
- Gradle