Skip to content

Commit c1afe9d

Browse files
committed
chore(repo): use @nx/maven to build @nx/maven
1 parent a694866 commit c1afe9d

File tree

6 files changed

+62
-103
lines changed

6 files changed

+62
-103
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@
327327
"buildDepsTargetName": "build-deps",
328328
"watchDepsTargetName": "watch-deps"
329329
}
330-
}
330+
},
331+
"@nx/maven"
331332
],
332333
"nxCloudId": "62d013ea0852fe0a2df74438",
333334
"nxCloudUrl": "https://staging.nx.app",

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"@nx/jest": "22.1.0-beta.5",
9595
"@nx/js": "22.1.0-beta.5",
9696
"@nx/key": "3.0.0",
97+
"@nx/maven": "22.1.0-beta.5",
9798
"@nx/next": "22.1.0-beta.5",
9899
"@nx/playwright": "22.1.0-beta.5",
99100
"@nx/powerpack-license": "3.0.0",
@@ -277,16 +278,16 @@
277278
"prettier-plugin-astro": "^0.14.1",
278279
"prettier-plugin-tailwindcss": "^0.1.13",
279280
"pretty-quick": "^3.1.0",
280-
"rehype-parse": "^9.0.0",
281-
"rehype-remark": "^10.0.0",
282-
"remark-stringify": "^11.0.0",
283-
"remark-gfm": "^4.0.0",
284281
"react-markdown": "^8.0.7",
285282
"react-redux": "8.0.5",
286283
"react-refresh": "^0.10.0",
287284
"react-router-dom": "^6.23.1",
288285
"react-textarea-autosize": "^8.5.3",
289286
"regenerator-runtime": "0.13.7",
287+
"rehype-parse": "^9.0.0",
288+
"rehype-remark": "^10.0.0",
289+
"remark-gfm": "^4.0.0",
290+
"remark-stringify": "^11.0.0",
290291
"resolve.exports": "2.0.3",
291292
"rollup": "^4.14.0",
292293
"rollup-plugin-copy": "^3.5.0",
@@ -319,8 +320,8 @@
319320
"typedoc-plugin-markdown": "3.17.1",
320321
"typescript": "catalog:typescript",
321322
"typescript-eslint": "^8.40.0",
322-
"unist-builder": "^4.0.0",
323323
"unified": "^11.0.4",
324+
"unist-builder": "^4.0.0",
324325
"use-sync-external-store": "^1.2.0",
325326
"verdaccio": "6.0.5",
326327
"vite": "7.1.3",

packages/maven/maven-plugin/project.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,5 @@
22
"name": "nx-maven-plugin",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/maven/maven-plugin",
5-
"projectType": "library",
6-
"targets": {
7-
"install": {
8-
"command": "for i in {1..5}; do ./mvnw install && break || sleep 10; done"
9-
},
10-
"_install": {
11-
"command": "node scripts/run-native-target.js install nx-maven-plugin"
12-
}
13-
}
5+
"projectType": "library"
146
}

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:install"],
99
"executor": "@nx/js:release-publish",
1010
"options": {
1111
"packageRoot": "packages/maven"

0 commit comments

Comments
 (0)