Changes for page JShell

Last modified by David De La Harpe Golden on 2019/03/09 20:54

From version 1.1
edited by David De La Harpe Golden
on 2019/03/09 20:52
Change comment: There is no comment for this version
To version 2.1
edited by David De La Harpe Golden
on 2019/03/09 20:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,6 @@
1 -Handy alias to launch JShell with Maven dependencieson the java classpath:
1 +Handy alias to launch JShell with Maven dependencies on the java classpath:
2 2  
3 3  {{{
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 7  }}}