jshell-maven-plugin
jshell-maven-plugin copied to clipboard
Maven Plugin for the Java Shell Tool (JShell)
Is it possible to stop the build ? It seems that the plugin ignore what is going on in the jshell script and continue the build.
Could you show me the syntax to use preview features and add modules? I am running like: ``` mvn com.github.johnpoth:jshell-maven-plugin:1.4:run -Djshell.options="--enable-preview ..." ``` but it does not work
Add metadata to strengthen the traceability of each artifact built. Example of information added in the `META-INF/METADATA.MF` file inside the built JAR file: ``` Specification-Title: jshell-maven-plugin Maven Plugin Specification-Version: 1.5...
it would be interesting to add a "non-interactive" mode to run scripts during build phases. Cf. [JShell documentation](https://dev.java/learn/jshell-tool/): > To accept input from standard input and suppress the interactive I/O,...
First of all, awesome project! Would be possible to add the dependencies in the module path instead of the classpath? I have a modular application and sometimes I need to...
When I run ``mvn com.github.johnpoth:jshell-maven-plugin:1.2:run`` and try to exit jshell with `/exit`, jshell is immediately restarted. I'd expect it to quit correctly. The only way to quit jshell seems to...
Maybe it can already be done - I am not sure - but it would be nice to be able to specify a minimum JDK version, such that, if I...
Getting **Launching JShell execution engine threw: Failed remote listen: java.io.IOException: Cannot run program "C:\Program Files\Java\jdk-12.0.2\bin\java": CreateProcess error=206, The filename or extension is too long @ com.sun.jdi.SocketListen (defaults: timeout=, port=, localAddress=)...
When I run `mvn com.github.johnpoth:jshell-maven-plugin:1.1:run` in the root of my project, it starts a JShell for the first module. If I exit it starts one for the second, and so...