diff --git a/pom.xml b/pom.xml
index f616f4bf7..3f6cf2162 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,12 +11,84 @@
../spring-data-commons-parent/pom.xml
+
+
+ ogierke
+ Oliver Gierke
+ ogierke at vmware.com
+ SpringSource
+ http://www.springsource.com
+
+ Project lead
+
+ +1
+
+
+
+
+
+ Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Copyright 2011 the original author or authors.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+
+
3.6.0.Final
2.0.0
1.6.8
+
+ UTF-8
+ spring-data-jpa
+ Spring Data JPA
+ DATAJPA
+ ${project.version}
+ milestone
+ ${dist.id}-${dist.version}
+ ${dist.finalName}.zip
+ target/${dist.fileName}
+ dist.springframework.org
+
+
+
+ staging
+
+
+ spring-site-staging
+ file:///${java.io.tmpdir}/spring-data/data-jpa/docs/${project.version}
+
+
+ spring-milestone-staging
+ file:///${java.io.tmpdir}/spring-data/data-jpa/milestone
+
+
+ spring-snapshot-staging
+ file:///${java.io.tmpdir}/spring-data/data-jpa/snapshot
+
+
+
+
+
@@ -225,9 +297,48 @@
+
+ maven-assembly-plugin
+ 2.2-beta-5
+ false
+
+
+ distribution
+
+ single
+
+ package
+
+
+ ${project.basedir}/src/assembly/distribution.xml
+
+ false
+
+
+
+
+
+
+ http://www.springsource.com/spring-data
+
+ static.springframework.org
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-data/data-jpa/snapshot-site/
+
+
+ spring-milestone
+ Spring Milestone Repository
+ s3://maven.springframework.org/milestone
+
+
+ spring-snapshot
+ Spring Snapshot Repository
+ s3://maven.springframework.org/snapshot
+
+
+
jboss
diff --git a/src/assembly/distribution.xml b/src/assembly/distribution.xml
new file mode 100644
index 000000000..79a3e6e67
--- /dev/null
+++ b/src/assembly/distribution.xml
@@ -0,0 +1,41 @@
+
+
+
+ distribution
+
+ zip
+
+ true
+
+
+
+ src/main/resources
+
+ readme.txt
+ license.txt
+ notice.txt
+ changelog.txt
+
+
+ dos
+
+
+
+ target/site/reference
+ docs/reference
+
+
+
+ target/site/apidocs
+ docs/javadoc
+
+
+
\ No newline at end of file