Skip to content

Commit e03edaf

Browse files
author
ant
committed
fixes after review
1 parent 21e8fc7 commit e03edaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+7
-6
lines changed

btm-docs/README.md

Lines changed: 1 addition & 1 deletion

btm-docs/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<plugin>
1717
<groupId>org.asciidoctor</groupId>
1818
<artifactId>asciidoctor-maven-plugin</artifactId>
19-
<version>1.5.2.1</version>
2019
<executions>
2120
<execution>
2221
<id>output-html</id>
@@ -27,10 +26,7 @@
2726
</execution>
2827
</executions>
2928
<configuration>
30-
<sourceDirectory>src/main/doc</sourceDirectory>
31-
<outputDirectory>target/docs</outputDirectory>
3229
<backend>html</backend>
33-
<doctype>book</doctype>
3430
</configuration>
3531
</plugin>
3632
</plugins>

0 commit comments

Comments
 (0)