File tree 2 files changed +21
-19
lines changed
2 files changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ metastore_db
39
39
* .html
40
40
Word2vec-index /
41
41
* .conf
42
- * .json
42
+ * .json
43
+ * -git.properties
Original file line number Diff line number Diff line change 195
195
</plugin >
196
196
197
197
<plugin >
198
- <groupId >pl.project13.maven</groupId >
199
- <artifactId >git-commit-id-plugin</artifactId >
200
- <version >2.2.2</version >
201
- <executions >
202
- <execution >
203
- <goals >
204
- <goal >revision</goal >
205
- </goals >
206
- <phase >package</phase >
207
- </execution >
208
- </executions >
209
- <configuration >
210
- <generateGitPropertiesFile >true</generateGitPropertiesFile >
211
- <generateGitPropertiesFilename >${project.build.outputDirectory} /git.properties</generateGitPropertiesFilename >
212
- <gitDescribe >
213
- <skip >true</skip >
214
- </gitDescribe >
215
- </configuration >
198
+ <groupId >pl.project13.maven</groupId >
199
+ <artifactId >git-commit-id-plugin</artifactId >
200
+ <version >2.2.2</version >
201
+ <executions >
202
+ <execution >
203
+ <goals >
204
+ <goal >revision</goal >
205
+ </goals >
206
+ <phase >generate-resources</phase >
207
+ </execution >
208
+ </executions >
209
+ <configuration >
210
+ <generateGitPropertiesFile >true</generateGitPropertiesFile >
211
+ <generateGitPropertiesFilename >${project.basedir} /src/main/resources/ai/skymind/${project.groupId} -${project.artifactId} -git.properties
212
+ </generateGitPropertiesFilename >
213
+ <gitDescribe >
214
+ <skip >true</skip >
215
+ </gitDescribe >
216
+ </configuration >
216
217
</plugin >
217
218
218
219
</plugins >
You can’t perform that action at this time.
0 commit comments