From 04f733bdef1a40a424e053a363ad8ac74730ca4f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 28 Jan 2014 15:19:27 +0100 Subject: [PATCH] DATAREST-226 - Added distribution module. --- pom.xml | 1 + spring-data-rest-distribution/pom.xml | 38 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 spring-data-rest-distribution/pom.xml diff --git a/pom.xml b/pom.xml index 3c86a084d..0d2b85d8a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ spring-data-rest-core spring-data-rest-webmvc + spring-data-rest-distribution diff --git a/spring-data-rest-distribution/pom.xml b/spring-data-rest-distribution/pom.xml new file mode 100644 index 000000000..770fad360 --- /dev/null +++ b/spring-data-rest-distribution/pom.xml @@ -0,0 +1,38 @@ + + + + 4.0.0 + + spring-data-rest-distribution + + pom + + Spring Data REST - Distribution + Distribution build for Spring Data REST + + + org.springframework.data + spring-data-rest-parent + 2.0.0.BUILD-SNAPSHOT + ../pom.xml + + + + ${basedir}/.. + SDREST + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + org.codehaus.mojo + wagon-maven-plugin + + + + +