File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 24
24
<maven-dependency-plugin .version>3.1.1</maven-dependency-plugin .version>
25
25
<maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
26
26
<maven-deploy-plugin .version>2.7</maven-deploy-plugin .version>
27
+ <maven-resources-plugin .version>3.3.1</maven-resources-plugin .version>
27
28
<maven-compiler-plugin .version>3.13.0</maven-compiler-plugin .version>
28
29
<maven .compiler.source>11</maven .compiler.source>
29
30
<maven .compiler.target>11</maven .compiler.target>
156
157
</execution >
157
158
</executions >
158
159
</plugin >
160
+ <plugin >
161
+ <groupId >org.apache.maven.plugins</groupId >
162
+ <artifactId >maven-resources-plugin</artifactId >
163
+ <version >${maven-resources-plugin.version} </version >
164
+ </plugin >
159
165
</plugins >
160
166
</pluginManagement >
161
167
Original file line number Diff line number Diff line change 164
164
</resource >
165
165
</resources >
166
166
<plugins >
167
+ <plugin >
168
+ <groupId >org.apache.maven.plugins</groupId >
169
+ <artifactId >maven-resources-plugin</artifactId >
170
+ </plugin >
167
171
<plugin >
168
172
<groupId >org.apache.maven.plugins</groupId >
169
173
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments