Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
uname -a:
SunOS xxxxxxxx 5.10 xxxxxxxx sun4u sparc SUNW,SPARC-Enterprisejavac -version:
javac 1.6.0_10
Description
Maven build is failing as 'which' is always returning 0 on Solaris.
Can we replace 'which' with 'type' (in pom.xml)?
I have tested on Solaris and Linux, and seems it's working. However, I can't test it on cygwin.
Note: This is my first issue. Please point to some resources in case of any mistakes. Thakns in advance!