File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 108
108
<maven-clean-plugin-version >3.1.0</maven-clean-plugin-version >
109
109
<maven-compiler-plugin-version >3.8.1</maven-compiler-plugin-version >
110
110
<maven-javadoc-plugin-version >3.3.0</maven-javadoc-plugin-version >
111
+ <maven-resources-plugin-version >3.2.0</maven-resources-plugin-version >
111
112
<maven-source-plugin-version >2.2.1</maven-source-plugin-version >
112
113
<maven-surefire-plugin-version >2.22.2</maven-surefire-plugin-version >
113
114
<maven-surefire-report-plugin-version >2.22.2</maven-surefire-report-plugin-version >
398
399
<build >
399
400
<pluginManagement >
400
401
<plugins >
402
+ <plugin >
403
+ <groupId >org.apache.maven.plugins</groupId >
404
+ <artifactId >maven-resources-plugin</artifactId >
405
+ <version >${maven-resources-plugin-version} </version >
406
+ </plugin >
401
407
<plugin >
402
408
<groupId >org.apache.maven.plugins</groupId >
403
409
<artifactId >maven-clean-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments