From eda8f3401ff585b3a7fd3c4947b15126ea94923a Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Thu, 22 Jun 2023 01:26:25 +0200 Subject: [PATCH 1/2] chore(core): nx plugin submission @jnxplus/nx-gradle --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index bc3bb45fd1aa5..3051b99be4913 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -458,5 +458,10 @@ "name": "@nxlv/python", "description": "Nx plugin designed to extend the Nx features to work with Python projects based on Poetry.", "url": "https://github.com/lucasvieirasilva/nx-plugins/tree/main/packages/nx-python" + }, + { + "name": "@jnxplus/nx-gradle", + "description": "Nx plugin to add Gradle multi-project builds support to Nx workspace", + "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-gradle" } ] From 21774253fb7d2883104664d301bdc42b78c0c890 Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:06:19 +0200 Subject: [PATCH 2/2] chore(core): nx plugin submission @jnxplus/nx-maven --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 1d6e5cae777ad..d556a858276c5 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -423,5 +423,10 @@ "name": "@jnxplus/nx-gradle", "description": "Nx plugin to add Gradle multi-project builds support to Nx workspace", "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-gradle" + }, + { + "name": "@jnxplus/nx-maven", + "description": "Nx plugin to add Maven multi-module project support to Nx workspace", + "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-maven" } ]