From 9e4f1c66963816061084d67438dcd379a584711c Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Wed, 29 Dec 2021 05:21:24 +0300
Subject: Maven: move plugins to pluginManagement section
* this will avoid EDT warnings
---
pom.xml | 98 +++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 50 insertions(+), 48 deletions(-)
(limited to 'pom.xml')
diff --git a/pom.xml b/pom.xml
index 230e42c8..f88a5586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,54 +259,56 @@
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
- com.google.code.findbugs
- jsr305
-
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- 3.0.0
-
-
- npm install
-
- exec
-
- initialize
-
- npm
-
- install
-
-
-
-
- npm run compile
-
- exec
-
- generate-resources
-
- npm
-
- run
- compile
-
-
-
-
-
-
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ com.google.code.findbugs
+ jsr305
+
+
+
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 3.0.0
+
+
+ npm install
+
+ exec
+
+ initialize
+
+ npm
+
+ install
+
+
+
+
+ npm run compile
+
+ exec
+
+ generate-resources
+
+ npm
+
+ run
+ compile
+
+
+
+
+
+
+
--
cgit v1.2.3