From bca569bef3019a7e33c081c8a5df7ce6330f986e Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Tue, 18 May 2021 09:14:34 +0200 Subject: [PATCH] chore(core): nx plugin submission nx-quarkus (#5694) --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 761b872a38..f21960068f 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -158,5 +158,10 @@ "name": "nx-dotnet", "description": "Nx plugin for developing and housing .NET projects within an Nx workspace.", "url": "https://github.com/nx-dotnet/nx-dotnet" + }, + { + "name": "@nxrocks/nx-quarkus", + "description": "Nx plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace", + "url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-quarkus" } ]