From 03dab724b78ca5ea8b4a018b79b8d242cb220a67 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 7 Dec 2022 18:48:56 +0200 Subject: [PATCH] pom.xml: Updated pom file to be similar to our other services - made service run as standalone. --- pom.xml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index dd763ef..4c29d3d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,9 @@ 1.0-SNAPSHOT uoa-validator-api war + + scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-validator-api.git + eu.dnetlib uoa-spring-boot-parent @@ -17,7 +20,6 @@ UTF-8 UTF-8 - 1.8 ${maven.build.timestamp} E MMM dd HH:mm:ss z yyyy @@ -31,6 +33,21 @@ + + org.springframework.boot + spring-boot-maven-plugin + + eu.dnetlib.validatorapi.ValidatorApiApplication + true + + + + + repackage + + + + org.apache.maven.plugins maven-war-plugin @@ -41,11 +58,5 @@ uoa-validator-api - - - src/main/resources - true - - \ No newline at end of file