File tree 2 files changed +23
-18
lines changed
src/main/resources-filtered/META-INF/plexus
2 files changed +23
-18
lines changed Original file line number Diff line number Diff line change 223
223
<version >3.7.1</version >
224
224
</dependency >
225
225
226
+ <dependency >
227
+ <groupId >org.apache.maven.shared</groupId >
228
+ <artifactId >maven-filtering</artifactId >
229
+ <version >3.4.0</version >
230
+ </dependency >
231
+
226
232
<dependency >
227
233
<groupId >org.apache.maven.shared</groupId >
228
234
<artifactId >maven-shared-utils</artifactId >
251
257
<dependency >
252
258
<groupId >org.codehaus.plexus</groupId >
253
259
<artifactId >plexus-utils</artifactId >
254
- <version >3.5.1</version >
260
+ <version >4.0.2</version >
261
+ </dependency >
262
+
263
+ <dependency >
264
+ <groupId >org.codehaus.plexus</groupId >
265
+ <artifactId >plexus-xml</artifactId >
266
+ <version >3.0.1</version >
255
267
</dependency >
256
268
257
269
<dependency >
325
337
</dependencies >
326
338
327
339
<build >
328
-
340
+ <resources >
341
+ <resource >
342
+ <directory >src/main/resources</directory >
343
+ </resource >
344
+ <resource >
345
+ <filtering >true</filtering >
346
+ <directory >src/main/resources-filtered</directory >
347
+ </resource >
348
+ </resources >
329
349
<pluginManagement >
330
350
<plugins >
331
351
<plugin >
474
494
<artifactId >maven-resources-plugin</artifactId >
475
495
<version >3.3.1</version >
476
496
<executions >
477
- <execution >
478
- <id >copy-plexus-resources</id >
479
- <goals >
480
- <goal >copy-resources</goal >
481
- </goals >
482
- <phase >process-resources</phase >
483
- <configuration >
484
- <outputDirectory >${basedir} /target/filtered-resources/META-INF/plexus</outputDirectory >
485
- <resources >
486
- <resource >
487
- <directory >src/main/resources/META-INF/plexus</directory >
488
- <filtering >true</filtering >
489
- </resource >
490
- </resources >
491
- </configuration >
492
- </execution >
493
497
<execution >
494
498
<id >copy-asciidoc</id >
495
499
<goals >
Original file line number Diff line number Diff line change 73
73
</lifecycles >
74
74
</configuration >
75
75
</component >
76
+ </components >
76
77
</component-set >
You can’t perform that action at this time.
0 commit comments