Blog

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »




The Maven plugin alias-maven-plugin has been released with version 0.3.3.



The improvement escapes the environment variables on windows boxes so that they are no longer expanded on the help page.


j7 = set JAVA_HOME="D:\java\edition\jdk1.7.0" ;;
set PATH=D:\java\edition\jdk1.7.0\bin;
C:\Windows\system32;C:\Windows; ...
...
...


Is now reduced to:


j7 = set JAVA_HOME="JAVA_HOME_7";; set PATH=JAVA_HOME_7\bin;PATH


Link

Link

Posts

  • No labels