From 2add21d0b5fa5c0f4fd0f44db8ea35ab563d0c66 Mon Sep 17 00:00:00 2001 From: bennsimon Date: Thu, 7 Apr 2022 15:54:03 +0300 Subject: [PATCH] remove maven git plugin (.git is ignored in docker images) --- app/pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index bb203037..5befea36 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -132,25 +132,6 @@ - - pl.project13.maven - git-commit-id-plugin - - ${project.basedir}/../.git - git - false - true - ${project.build.outputDirectory}/git.properties - false - yyyy-MM-dd'T'HH:mm:ss.SSSXXX - UTC - - branch - commit.id - commit.time - - - org.springframework.boot spring-boot-maven-plugin @@ -161,13 +142,6 @@ - - - ${git.branch} - ${git.commit.id} - ${git.commit.time} - - maven-war-plugin