Changes for page JShell
Last modified by David De La Harpe Golden on 2019/03/09 20:54
From 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
To version 1.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 -Handy alias to launch JShell with Maven dependencies 1 +Handy alias to launch JShell with Maven dependencieson the java classpath: 2 2 3 3 {{{ 4 4 5 -alias mvn-jshell='jshell --class-path $(mvn -q exec:exec -Dexec.executable=echo -Dexec.classpathScope=test -Dexec.args="%classpath")'5 +alias mvn-jshell='jshell class-path $(mvn -q exec:exec -Dexec.executable=echo -Dexec.classpathScope=test -Dexec.args="%classpath")' 6 6 7 7 }}}