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 + + + + +