From b34c88a4f852d2f5549a9f379ccc8f4b05a936dc Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:07:20 +0200 Subject: [PATCH] chore(core): nx plugin submission @jnxplus/nx-boot-maven (#7173) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 896217dd2a..21c25e6057 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -213,5 +213,10 @@ "name": "@jnxplus/nx-boot-gradle", "description": "Nx plugin to add Spring Boot and Gradle multi-project builds support to Nx workspace", "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-boot-gradle" + }, + { + "name": "@jnxplus/nx-boot-maven", + "description": "Nx plugin to add Spring Boot and Maven multi-module project support to Nx workspace", + "url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-boot-maven" } ]