File tree 3 files changed +10
-29
lines changed
spring-data-mongodb-distribution
3 files changed +10
-29
lines changed Original file line number Diff line number Diff line change 137
137
<module >spring-data-mongodb-benchmarks</module >
138
138
</modules >
139
139
</profile >
140
-
141
- <profile >
142
- <id >distribute</id >
143
- <build >
144
- <plugins >
145
- <plugin >
146
- <groupId >org.asciidoctor</groupId >
147
- <artifactId >asciidoctor-maven-plugin</artifactId >
148
- <configuration >
149
- <attributes >
150
- <mongo-reactivestreams >${mongo.reactivestreams} </mongo-reactivestreams >
151
- <reactor >${reactor} </reactor >
152
- </attributes >
153
- </configuration >
154
- </plugin >
155
- </plugins >
156
- </build >
157
- </profile >
158
-
159
140
</profiles >
160
141
161
142
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
4
5
<modelVersion >4.0.0</modelVersion >
5
6
35
36
<plugin >
36
37
<groupId >org.asciidoctor</groupId >
37
38
<artifactId >asciidoctor-maven-plugin</artifactId >
39
+ <configuration >
40
+ <attributes >
41
+ <mongo-reactivestreams >${mongo.reactivestreams} </mongo-reactivestreams >
42
+ <reactor >${reactor} </reactor >
43
+ </attributes >
44
+ </configuration >
38
45
</plugin >
39
46
</plugins >
47
+
40
48
</build >
41
49
42
50
</project >
Original file line number Diff line number Diff line change 2
2
Mark Pollack; Thomas Risberg; Oliver Gierke; Costin Leau; Jon Brisbin; Thomas Darimont; Christoph Strobl; Mark Paluch; Jay Bryant
3
3
:revnumber: {version}
4
4
:revdate: {localdate}
5
- :toc:
6
- :toc-placement!:
7
- :linkcss:
8
- :doctype: book
9
- :docinfo: shared
10
- :source-highlighter: prettify
11
- :icons: font
12
- :imagesdir: images
13
5
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600] ]
14
- :spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc
6
+ :spring-data-commons-docs: ../../../../../ spring-data-commons/src/main/asciidoc
15
7
16
8
(C) 2008-2018 The original authors.
17
9
You can’t perform that action at this time.
0 commit comments