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