From 22a2938d542a87a5d55cb1b03dabed79663877fc Mon Sep 17 00:00:00 2001 From: entlicher Date: Thu, 23 Jul 2015 23:11:18 +0200 Subject: [PATCH] Update nbactions.xml --- src/main/resources/archetype-resources/nbactions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/archetype-resources/nbactions.xml b/src/main/resources/archetype-resources/nbactions.xml index 79e29c4..9c9ee62 100644 --- a/src/main/resources/archetype-resources/nbactions.xml +++ b/src/main/resources/archetype-resources/nbactions.xml @@ -19,7 +19,7 @@ org.codehaus.mojo:exec-maven-plugin:1.2.1:exec - -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -jar "${project.build.directory}/${project.build.finalName}.jar" + -Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -Dglass.disableGrab=true -jar "${project.build.directory}/${project.build.finalName}.jar" true