Introduced in #67 , the reason is that javaParams.getVMParametersList().addAll() and javaParams.getVMParametersList().addParametersString() are different when handling the empty string. The former won't ignore any empty strings, so it introduced an empty string "", which will break the Smart Tomcat plugin.
Introduced in #67 , the reason is that
javaParams.getVMParametersList().addAll()
andjavaParams.getVMParametersList().addParametersString()
are different when handling the empty string. The former won't ignore any empty strings, so it introduced an empty string""
, which will break the Smart Tomcat plugin.