File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
spring-boot-tools/spring-boot-loader-tools Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 48
48
</dependencies >
49
49
<build >
50
50
<plugins >
51
- <plugin >
52
- <groupId >pl.project13.maven</groupId >
53
- <artifactId >git-commit-id-plugin</artifactId >
54
- <executions >
55
- <execution >
56
- <id >include-git-properties</id >
57
- <phase >prepare-package</phase >
58
- <goals >
59
- <goal >revision</goal >
60
- </goals >
61
- <configuration >
62
- <dotGitDirectory >${main.basedir} /.git</dotGitDirectory >
63
- <verbose >true</verbose >
64
- <gitDescribe >
65
- <skip >true</skip >
66
- </gitDescribe >
67
- </configuration >
68
- </execution >
69
- </executions >
70
- <configuration >
71
- <failOnNoGitDirectory >false</failOnNoGitDirectory >
72
- </configuration >
73
- </plugin >
74
51
<plugin >
75
52
<groupId >org.apache.maven.plugins</groupId >
76
53
<artifactId >maven-dependency-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments