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