We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3965bd commit 4b1360fCopy full SHA for 4b1360f
bin/node-java-maven
@@ -4,7 +4,7 @@
4
5
var mvn = require('../');
6
7
-mvn({}, function(err, results) {
+mvn({ debug: true }, function(err, results) {
8
if (err) {
9
return console.error(err);
10
}
0 commit comments