Skip to content

Commit 4469eac

Browse files
committed
disable arg forwarding for mvn targets wip
1 parent 2221f12 commit 4469eac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
"packageRoot": "dist/packages/{projectName}"
9696
}
9797
},
98+
"mvn-*": {
99+
"options": {
100+
"forwardAllArgs": false
101+
}
102+
},
98103
"build": {
99104
"dependsOn": [
100105
"^build",

0 commit comments

Comments
 (0)