From 6650552d58453f1f185e4078671e53feb89314d3 Mon Sep 17 00:00:00 2001
From: Sonia Zorba <sonia.zorba@inaf.it>
Date: Tue, 26 Oct 2021 16:00:29 +0200
Subject: [PATCH] Made jar file executable

---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8a7f996..d509ba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <executable>true</executable>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
-- 
GitLab