Skip to content

Commit e3244cc

Browse files
committed
dont forward params for install wip
1 parent 597b81f commit e3244cc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/maven/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
"projectType": "library",
66
"targets": {
77
"nx-release-publish": {
8-
"dependsOn": ["^nx-release-publish", "nx-maven-plugin:mvn-install"],
8+
"dependsOn": [
9+
"^nx-release-publish",
10+
{
11+
"projects": "nx-maven-plugin",
12+
"target": "mvn-install",
13+
"params": "ignore"
14+
}
15+
],
916
"executor": "@nx/js:release-publish",
1017
"options": {
1118
"packageRoot": "packages/maven"

0 commit comments

Comments
 (0)