Changes for page JShell
Last modified by David De La Harpe Golden on 2019/03/09 20:54
From version
4.1

edited by David De La Harpe Golden
on 2019/03/09 20:54
on 2019/03/09 20:54
Change comment:
There is no comment for this version
To version
3.1


edited by David De La Harpe Golden
on 2019/03/09 20:52
on 2019/03/09 20:52
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 Handy alias to launch JShell with Maven dependencies on the java classpath: 2 2 3 -{{ code language="sh"}}3 +{{{ 4 4 5 5 alias mvn-jshell='jshell --class-path $(mvn -q exec:exec -Dexec.executable=echo -Dexec.classpathScope=test -Dexec.args="%classpath")' 6 6 7 - {{/code}}7 +}}}