From 5f6bbf4d63d97241efdcc14fdc70e5e7e6db5733 Mon Sep 17 00:00:00 2001
From: Natalie C <573729-vddcore@users.noreply.gitlab.com>
Date: Thu, 24 Nov 2022 07:30:45 +0000
Subject: [PATCH] Fixed build warning by always generating package info for
exec mojo
---
Server/pom.xml | 122 ++++++++++++++++++++++++++-----------------------
1 file changed, 65 insertions(+), 57 deletions(-)
diff --git a/Server/pom.xml b/Server/pom.xml
index 188230d74..42b7a13e8 100644
--- a/Server/pom.xml
+++ b/Server/pom.xml
@@ -196,22 +196,23 @@
1024m
false
-
- -XDcompilePolicy=simple
-
-
-
-
- com.google.errorprone
- error_prone_core
- 2.9.0
-
-
+
+
+
+ com.google.errorprone
+ error_prone_core
+ 2.9.0
+
+
-
+ If 'annotationProcessorPaths' is set, processors will no longer be
+ discovered on the regular -classpath; see also 'Using Error Prone
+ together with other annotation processors' below. -->
+
@@ -257,52 +258,59 @@
org.codehaus.mojo
exec-maven-plugin
1.2.1
+
+
+
+ exec
+
+
+
rs09.Server
-
- org.apache.maven.plugins
- maven-antrun-plugin
- 1.8
-
-
-
- detekt
- verify
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- run
-
-
-
-
- io.gitlab.arturbosch.detekt
- detekt-cli
- 1.21.0
-
-
-
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.8
+
+
+
+ detekt
+ verify
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+
+ io.gitlab.arturbosch.detekt
+ detekt-cli
+ 1.21.0
+
+
+