diff --git a/pom.xml b/pom.xml
index 2dd4098..b03130b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,19 +73,20 @@ under the License.
-
+
-
+
-
+
+ true
diff --git a/src/main/cpp/bootstrap/jvmlauncher.cpp b/src/main/cpp/bootstrap/jvmlauncher.cpp
index 74bf1cc..9ca8252 100644
--- a/src/main/cpp/bootstrap/jvmlauncher.cpp
+++ b/src/main/cpp/bootstrap/jvmlauncher.cpp
@@ -249,7 +249,7 @@ bool JvmLauncher::startInProcJvm(const char *mainClassName, const std::list::const_iterator it = options.begin(); it != options.end(); ++it, ++i) {
const string &option = *it;
logMsg("\t%s", option.c_str());
- if (option.find("-splash:") == 0 && hSplash > 0) {
+ if (option.find("-splash:") == 0 && hSplash) {
const string splash = option.substr(8);
logMsg("splash at %s", splash.c_str());