diff --git a/pom.xml b/pom.xml
index c3590e99d..854d3a7db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,16 @@
+ UTF-8
false
+ spring-batch
+ Spring Batch
+ BATCH
+ ${project.version}
+ ${dist.id}-${dist.version}-no-dependencies
+ ${dist.finalName}.zip
+ target/${dist.fileName}
+ dist.springframework.org
@@ -215,6 +224,20 @@
run
+
+ upload-dist
+ deploy
+
+ run
+
+
+
+
+
+
+
+
+
@@ -322,6 +345,9 @@
staging
+
+ /${user.dir}/target/staging/dist
+
staging
@@ -346,6 +372,9 @@
+
+ ${dist.finalName}
@@ -405,17 +434,28 @@
org.apache.maven.plugins
maven-antrun-plugin
+ 1.4
-
- org.apache.ant
- ant
- 1.7.0
-
-
- org.apache.ant
- ant-apache-regexp
- 1.7.0
-
+
+ org.springframework.build
+ org.springframework.build.aws.ant
+ 3.0.5.RELEASE
+
+
+ net.java.dev.jets3t
+ jets3t
+ 0.7.2
+
+
+ org.apache.ant
+ ant
+ 1.7.0
+
+
+ org.apache.ant
+ ant-apache-regexp
+ 1.7.0
+
diff --git a/src/ant/upload-dist.xml b/src/ant/upload-dist.xml
new file mode 100644
index 000000000..20f49a662
--- /dev/null
+++ b/src/ant/upload-dist.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Copying dist .ZIP to ${dist.staging}
+
+
+
+
+