File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
= Developer Documentation
2
- Fabian Krüger
2
+ Fabian Krueger
3
3
2022-02-28
4
4
:appversion: 0.9.1
5
5
:toc: left
Original file line number Diff line number Diff line change 30
30
<project .csvParser.outputEncoding>UTF-8</project .csvParser.outputEncoding>
31
31
<generated-sources .dir>src/generated/java</generated-sources .dir>
32
32
<snakeyaml .version>1.33</snakeyaml .version>
33
+ <spring-asciidoctor-backends .version>0.0.5</spring-asciidoctor-backends .version>
33
34
</properties >
34
35
35
36
<scm >
@@ -503,6 +504,42 @@ limitations under the License.
503
504
</licenseSets >
504
505
</configuration >
505
506
</plugin >
507
+ <plugin >
508
+ <groupId >org.asciidoctor</groupId >
509
+ <artifactId >asciidoctor-maven-plugin</artifactId >
510
+ <version >2.2.2</version >
511
+ <executions >
512
+ <execution >
513
+ <id >generate-html-documentation</id >
514
+ <phase >prepare-package</phase >
515
+ <goals >
516
+ <goal >process-asciidoc</goal >
517
+ </goals >
518
+ </execution >
519
+ </executions >
520
+ <configuration >
521
+ <backend >spring-html</backend >
522
+ <sourceDirectory >docs/reference</sourceDirectory >
523
+ </configuration >
524
+ <dependencies >
525
+ <dependency >
526
+ <groupId >io.spring.asciidoctor.backends</groupId >
527
+ <artifactId >spring-asciidoctor-backends</artifactId >
528
+ <version >0.0.5</version >
529
+ <exclusions >
530
+ <exclusion >
531
+ <groupId >org.asciidoctor</groupId >
532
+ <artifactId >asciidoctorj</artifactId >
533
+ </exclusion >
534
+ </exclusions >
535
+ </dependency >
536
+ <dependency >
537
+ <groupId >org.asciidoctor</groupId >
538
+ <artifactId >asciidoctorj</artifactId >
539
+ <version >2.5.7</version >
540
+ </dependency >
541
+ </dependencies >
542
+ </plugin >
506
543
</plugins >
507
544
</build >
508
545
</project >
You can’t perform that action at this time.
0 commit comments