From ed907e23a537dad3ce6dfbd68f25f5974c5490a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enbiya=20Ko=C3=A7b=C4=B1y=C4=B1k?= Date: Fri, 30 Apr 2021 18:13:53 +0300 Subject: [PATCH] added maven-build-plugin for executable project --- application/pom.xml | 61 ++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index d8ad1e2..c4d087a 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -1,31 +1,40 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - com.purnima.jain - spring-boot-multi-module - 0.0.1-SNAPSHOT - + + com.purnima.jain + spring-boot-multi-module + 0.0.1-SNAPSHOT + - application + application - - - com.purnima.jain - controller - ${project.version} - - - com.purnima.jain - service - ${project.version} - - - com.purnima.jain - repository - ${project.version} - - + + + com.purnima.jain + controller + ${project.version} + + + com.purnima.jain + service + ${project.version} + + + com.purnima.jain + repository + ${project.version} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file