File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 267
267
268
268
<build >
269
269
<plugins >
270
- <plugin >
271
- <groupId >org.apache.maven.plugins</groupId >
272
- <artifactId >maven-assembly-plugin</artifactId >
273
- </plugin >
274
- <plugin >
275
- <groupId >org.asciidoctor</groupId >
276
- <artifactId >asciidoctor-maven-plugin</artifactId >
277
- </plugin >
278
270
<!--
279
271
please do not remove this configuration for surefire - we need that to avoid issue with jar hell
280
272
-->
292
284
</systemPropertyVariables >
293
285
</configuration >
294
286
</plugin >
287
+ <plugin >
288
+ <groupId >org.apache.maven.plugins</groupId >
289
+ <artifactId >maven-assembly-plugin</artifactId >
290
+ </plugin >
291
+ <plugin >
292
+ <groupId >org.asciidoctor</groupId >
293
+ <artifactId >asciidoctor-maven-plugin</artifactId >
294
+ </plugin >
295
295
</plugins >
296
296
</build >
297
297
You can’t perform that action at this time.
0 commit comments