Skip to content

Commit 168cf3e

Browse files
gregturnodrotbohm
authored andcommitted
DATAMONGO-1015 - Migrate reference documentation from Docbook to Asciidoctor.
1 parent 52dab0f commit 168cf3e

26 files changed

+3411
-5695
lines changed

spring-data-mongodb-distribution/pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
5-
5+
66
<artifactId>spring-data-mongodb-distribution</artifactId>
77

88
<packaging>pom</packaging>
@@ -16,7 +16,7 @@
1616
<version>1.6.0.BUILD-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
19-
19+
2020
<properties>
2121
<project.root>${basedir}/..</project.root>
2222
<dist.key>SDMONGO</dist.key>
@@ -32,6 +32,10 @@
3232
<groupId>org.codehaus.mojo</groupId>
3333
<artifactId>wagon-maven-plugin</artifactId>
3434
</plugin>
35+
<plugin>
36+
<groupId>org.asciidoctor</groupId>
37+
<artifactId>asciidoctor-maven-plugin</artifactId>
38+
</plugin>
3539
</plugins>
3640
</build>
3741

src/docbkx/index.xml

-99
This file was deleted.

src/docbkx/introduction/getting-started.xml

-63
This file was deleted.

src/docbkx/introduction/introduction.xml

-95
This file was deleted.

src/docbkx/introduction/requirements.xml

-14
This file was deleted.

src/docbkx/preface.xml

-13
This file was deleted.

0 commit comments

Comments
 (0)