From 42204f3111f5d2093edb6ed2330c7b8ad141294c Mon Sep 17 00:00:00 2001
From: Azurlors <florianrichard2001@gmail.com>
Date: Wed, 7 Dec 2022 18:15:13 +0100
Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20pom?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 MAVENProject/pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/MAVENProject/pom.xml b/MAVENProject/pom.xml
index 6da48b2..741f108 100644
--- a/MAVENProject/pom.xml
+++ b/MAVENProject/pom.xml
@@ -16,15 +16,18 @@
     </properties>
 
     <build>
+        <pluginManagement>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>exec-maven-plugin</artifactId>
+                <version>3.0.0</version>
                 <configuration>
                     <mainClass>start.Main</mainClass>
                 </configuration>
             </plugin>
         </plugins>
+        </pluginManagement>
         <resources>
             <resource>
                 <directory>src/main/resources</directory>
-- 
GitLab