From 5830309ded2b6b7f5f68563af8d2153a020a9367 Mon Sep 17 00:00:00 2001
From: vddcore <573729-vddcore@users.noreply.gitlab.com>
Date: Thu, 16 Jun 2022 12:23:04 +0000
Subject: [PATCH] Added Maven exec plugin to the server build Now possible to
use the debugger again. Instructions for use will be added in the upcoming
README refactor (in short, add a maven build config that runs "compile
exec:java")
---
Server/pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Server/pom.xml b/Server/pom.xml
index 7bcfbba9b..7eb97c0a7 100644
--- a/Server/pom.xml
+++ b/Server/pom.xml
@@ -230,6 +230,15 @@
maven-failsafe-plugin
2.22.0
+
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 1.2.1
+
+ rs09.Server
+
+