File tree Expand file tree Collapse file tree 2 files changed +44
-15
lines changed
spring-data-jdbc-distribution Expand file tree Collapse file tree 2 files changed +44
-15
lines changed Original file line number Diff line number Diff line change 19
19
</parent >
20
20
21
21
<properties >
22
- <dist .key>DATAJDBC</dist .key>
23
-
24
22
<springdata .commons>2.2.0.BUILD-SNAPSHOT</springdata .commons>
25
23
<assertj >3.6.2</assertj >
26
24
<sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
35
33
<postgresql .version>42.0.0</postgresql .version>
36
34
<mariadb-java-client .version>2.2.3</mariadb-java-client .version>
37
35
<testcontainers .version>1.9.1</testcontainers .version>
38
-
39
36
</properties >
40
37
41
38
<inceptionYear >2017</inceptionYear >
42
39
43
40
<modules >
44
41
<module >spring-data-relational</module >
45
42
<module >spring-data-jdbc</module >
43
+ <module >spring-data-jdbc-distribution</module >
46
44
</modules >
47
45
48
46
<developers >
242
240
</execution >
243
241
</executions >
244
242
</plugin >
245
- <plugin >
246
- <groupId >org.apache.maven.plugins</groupId >
247
- <artifactId >maven-assembly-plugin</artifactId >
248
- </plugin >
249
- <plugin >
250
- <groupId >org.codehaus.mojo</groupId >
251
- <artifactId >wagon-maven-plugin</artifactId >
252
- </plugin >
253
- <plugin >
254
- <groupId >org.asciidoctor</groupId >
255
- <artifactId >asciidoctor-maven-plugin</artifactId >
256
- </plugin >
257
243
</plugins >
258
244
</build >
259
245
Original file line number Diff line number Diff line change
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"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+
5
+ <modelVersion >4.0.0</modelVersion >
6
+
7
+ <artifactId >spring-data-jdbc-distribution</artifactId >
8
+
9
+ <packaging >pom</packaging >
10
+
11
+ <name >Spring Data JDBC - Distribution</name >
12
+ <description >Distribution build for Spring Data JDBC</description >
13
+
14
+ <parent >
15
+ <groupId >org.springframework.data</groupId >
16
+ <artifactId >spring-data-relational-parent</artifactId >
17
+ <version >1.1.0.BUILD-SNAPSHOT</version >
18
+ <relativePath >../pom.xml</relativePath >
19
+ </parent >
20
+
21
+ <properties >
22
+ <project .root>${basedir} /..</project .root>
23
+ <dist .key>SDJDBC</dist .key>
24
+ </properties >
25
+
26
+ <build >
27
+ <plugins >
28
+ <plugin >
29
+ <groupId >org.apache.maven.plugins</groupId >
30
+ <artifactId >maven-assembly-plugin</artifactId >
31
+ </plugin >
32
+ <plugin >
33
+ <groupId >org.codehaus.mojo</groupId >
34
+ <artifactId >wagon-maven-plugin</artifactId >
35
+ </plugin >
36
+ <plugin >
37
+ <groupId >org.asciidoctor</groupId >
38
+ <artifactId >asciidoctor-maven-plugin</artifactId >
39
+ </plugin >
40
+ </plugins >
41
+ </build >
42
+
43
+ </project >
You can’t perform that action at this time.
0 commit comments