Skip to content

Commit

Permalink
remove maven git plugin (.git is ignored in docker images)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Apr 7, 2022
1 parent 40b7a97 commit 2add21d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,25 +132,6 @@

<plugins>

<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<configuration>
<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
<prefix>git</prefix>
<verbose>false</verbose>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<dateFormat>yyyy-MM-dd'T'HH:mm:ss.SSSXXX</dateFormat>
<dateFormatTimeZone>UTC</dateFormatTimeZone>
<includeOnlyProperties>
<includeOnlyProperty>branch</includeOnlyProperty>
<includeOnlyProperty>commit.id</includeOnlyProperty>
<includeOnlyProperty>commit.time</includeOnlyProperty>
</includeOnlyProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand All @@ -161,13 +142,6 @@
</goals>
</execution>
</executions>
<configuration>
<additionalProperties>
<git.branch>${git.branch}</git.branch>
<git.commit.id>${git.commit.id}</git.commit.id>
<git.commit.time>${git.commit.time}</git.commit.time>
</additionalProperties>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit 2add21d

Please sign in to comment.