Description
There appears to be a typo in this argument: "=" instead of "-". Btw. this argument is used in the jcasgen-maven-plugin.
// This next is not apparently used 5/2012 schor if (arguments[i].equalsIgnoreCase("=jcasgenclasspath")) { classPath = arguments[++i]; continue; }