File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change 353353 <groupId >org.apache.maven.plugins</groupId >
354354 <artifactId >maven-jar-plugin</artifactId >
355355 </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 >
388- </plugins >
356+ </plugins >
389357 </build >
390358
391359 <distributionManagement >
You can’t perform that action at this time.
0 commit comments