diff --git a/groupManagement/pom.xml b/groupManagement/pom.xml
index f7c37c4ddf339e97f3fc04d916d0f08af26236f6..e05dcbec4ad7148ab5765c8e431525aa20e6f0ab 100644
--- a/groupManagement/pom.xml
+++ b/groupManagement/pom.xml
@@ -105,12 +105,29 @@
 	</dependencyManagement>
 
 	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.springframework.boot</groupId>
-				<artifactId>spring-boot-maven-plugin</artifactId>
-			</plugin>
-		</plugins>
+
+			<plugins>
+				<!-- any other plugins -->
+				<plugin>
+					<groupId>org.springframework.boot</groupId>
+					<artifactId>spring-boot-maven-plugin</artifactId>
+					<artifactId></artifactId>
+					<executions>
+						<execution>
+							<phase>package</phase>
+							<goals>
+								<goal>single</goal>
+							</goals>
+						</execution>
+					</executions>
+					<configuration>
+						<descriptorRefs>
+							<descriptorRef>jar-with-dependencies</descriptorRef>
+						</descriptorRefs>
+					</configuration>
+				</plugin>
+			</plugins>
+
 	</build>
 
 </project>