Commit 534d2c8
committed
[Build] Remove unnecessary resources-plugin executions and set encoding
Java properties files are encoded using ISO-8859-1 encoding. Therefore,
when filtered by the maven-resources-plugin, these files should be
written with that encoding.
Explicit specifying the encoding also prevents the following INFO log
'''
The encoding used to copy filtered properties files has not been set.
This means that the same encoding will be used to copy filtered
properties files as when copying other filtered resources. This might
not be what you want! Run your build with --debug to see which files
might be affected. Read more at
https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
'''1 parent 15ac2fa commit 534d2c8
2 files changed
Lines changed: 5 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 285 | + | |
292 | 286 | | |
293 | 287 | | |
294 | 288 | | |
| |||
298 | 292 | | |
299 | 293 | | |
300 | 294 | | |
| 295 | + | |
301 | 296 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 297 | | |
307 | 298 | | |
308 | 299 | | |
| |||
990 | 981 | | |
991 | 982 | | |
992 | 983 | | |
| 984 | + | |
993 | 985 | | |
994 | 986 | | |
995 | 987 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 35 | | |
43 | 36 | | |
44 | 37 | | |
| |||
0 commit comments