From f032e6cf46452a2d7eb23082da3b2b37713a2847 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 11 Dec 2018 14:47:26 +0100 Subject: [PATCH] DATAJDBC-307 - Add distribution module for Spring Data JDBC. Add distribution module to create and distribute documentation artifacts. Original pull request: #105. --- pom.xml | 16 +--------- spring-data-jdbc-distribution/pom.xml | 43 +++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 15 deletions(-) create mode 100644 spring-data-jdbc-distribution/pom.xml diff --git a/pom.xml b/pom.xml index bc06db580..57813e962 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,6 @@ - DATAJDBC - 2.2.0.BUILD-SNAPSHOT 3.6.2 reuseReports @@ -35,7 +33,6 @@ 42.0.0 2.2.3 1.9.1 - 2017 @@ -43,6 +40,7 @@ spring-data-relational spring-data-jdbc + spring-data-jdbc-distribution @@ -242,18 +240,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - - - org.codehaus.mojo - wagon-maven-plugin - - - org.asciidoctor - asciidoctor-maven-plugin - diff --git a/spring-data-jdbc-distribution/pom.xml b/spring-data-jdbc-distribution/pom.xml new file mode 100644 index 000000000..1753776a7 --- /dev/null +++ b/spring-data-jdbc-distribution/pom.xml @@ -0,0 +1,43 @@ + + + + 4.0.0 + + spring-data-jdbc-distribution + + pom + + Spring Data JDBC - Distribution + Distribution build for Spring Data JDBC + + + org.springframework.data + spring-data-relational-parent + 1.1.0.BUILD-SNAPSHOT + ../pom.xml + + + + ${basedir}/.. + SDJDBC + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.codehaus.mojo + wagon-maven-plugin + + + org.asciidoctor + asciidoctor-maven-plugin + + + + +