Skip to content

Commit 2e912b4

Browse files
committed
switch to mvn- prefix wip
1 parent ccd4df0 commit 2e912b4

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

e2e/maven/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"dependsOn": [
1111
"@nx/nx-source:populate-local-registry-storage",
1212
"@nx/nx-source:local-registry",
13-
"nx-maven-plugin:install"
13+
"nx-maven-plugin:mvn-install"
1414
]
1515
},
1616
"e2e-ci--**/**": {
1717
"dependsOn": [
1818
"@nx/nx-source:populate-local-registry-storage",
1919
"@nx/nx-source:local-registry",
20-
"nx-maven-plugin:install"
20+
"nx-maven-plugin:mvn-install"
2121
]
2222
}
2323
}

nx.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,12 @@
328328
"watchDepsTargetName": "watch-deps"
329329
}
330330
},
331-
"@nx/maven"
331+
{
332+
"plugin": "@nx/maven",
333+
"options": {
334+
"targetNamePrefix": "mvn-"
335+
}
336+
}
332337
],
333338
"nxCloudId": "62d013ea0852fe0a2df74438",
334339
"nxCloudUrl": "https://staging.nx.app",

packages/maven/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"projectType": "library",
66
"targets": {
77
"nx-release-publish": {
8-
"dependsOn": ["^nx-release-publish", "nx-maven-plugin:install"],
8+
"dependsOn": ["^nx-release-publish", "nx-maven-plugin:mvn-install"],
99
"executor": "@nx/js:release-publish",
1010
"options": {
1111
"packageRoot": "packages/maven"

pnpm-lock.yaml

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)