File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 329329 <datafile >${basedir} /target/coverage-reports/jacoco-unit.exec</datafile >
330330 </configuration >
331331 </plugin >
332+ <plugin >
333+ <groupId >org.asciidoctor</groupId >
334+ <artifactId >asciidoctor-maven-plugin</artifactId >
335+ <version >0.1.4</version >
336+ </plugin >
332337 </plugins >
333338 </pluginManagement >
334339 <plugins >
348353 <groupId >org.apache.maven.plugins</groupId >
349354 <artifactId >maven-jar-plugin</artifactId >
350355 </plugin >
356+ <plugin >
357+ <groupId >org.asciidoctor</groupId >
358+ <artifactId >asciidoctor-maven-plugin</artifactId >
359+ <executions >
360+ <execution >
361+ <id >output-html</id >
362+ <phase >generate-resources</phase >
363+ <goals >
364+ <goal >process-asciidoc</goal >
365+ </goals >
366+ <configuration >
367+ <outputDirectory >target/docs</outputDirectory >
368+ <sourceHighlighter >highlightjs</sourceHighlighter > <!-- coderay -->
369+ <backend >html</backend >
370+ <embedAssets >true</embedAssets >
371+ <imagesDir >arc/main/asciidoc/images</imagesDir >
372+ </configuration >
373+ </execution >
374+ <!-- execution>
375+ <id>output-pdf</id>
376+ <phase>generate-resources</phase>
377+ <goals>
378+ <goal>process-asciidoc</goal>
379+ </goals>
380+ <configuration>
381+ <outputDirectory>target/docs</outputDirectory>
382+ <sourceHighlighter>highlightjs</sourceHighlighter>
383+ <backend>pdf</backend>
384+ </configuration>
385+ </execution -->
386+ </executions >
387+ </plugin >
351388 </plugins >
352389 </build >
353390
You can’t perform that action at this time.
0 commit comments