diff --git a/pom.xml b/pom.xml index 0449622f7..5ff6e245a 100644 --- a/pom.xml +++ b/pom.xml @@ -595,8 +595,7 @@ http://static.springframework.org/spring-batch/apidocs/ true - org.springframework.batch.sample - org.springframework.batch.container + *.batch.sample,*.batch.container diff --git a/src/site/apt/downloads.apt b/src/site/apt/downloads.apt index 23bcbe284..62d4ce370 100644 --- a/src/site/apt/downloads.apt +++ b/src/site/apt/downloads.apt @@ -5,9 +5,9 @@ ------ December 2007 -Milestone Builds +Spring Batch Downloads - These builds are provided for evaluation and community feedback. They will have a release identifier ending in "mX" where X is the milestone number, or "rcX" for a release candidate. The current release is <<1.0.0>>. + The current release is <<1.0.0>>. * Zip Downloads @@ -15,19 +15,9 @@ Milestone Builds * Maven Artifacts - You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}repository}} with a web browser. You can see the internal and external project dependencies in the <<>> files. You will probably need <<>> and <<>>. Source code is packaged in a separate jar file in the same directory, and the samples are also bundled in the same way. + Final releases are published on Maven central repo, and also in our s3 repository, browseable {{{http://s3browse.com/explore/maven.springframework.org/release/org/springframework/batch}here}}. You can see the internal and external project dependencies in the <<>> files. You will probably need <<>> and <<>>. Source code is packaged in a separate jar file in the same directory, and the samples are also bundled in the same way. - The builds consist of a set of jar artifacts deployed to a Maven2 repository. To use it, just add the following repository to your POM (inside a \ element at the top level): - -+--------------- - - spring-s3 - Spring Portfolio Maven MILESTONE Repository - http://s3.amazonaws.com/maven.springframework.org/milestone - -+--------------- - - Individual dependencies can then by added like so (inside a \ element at the top level): +Individual dependencies can then by added like so (inside a \ element at the top level): +--------------- @@ -39,6 +29,20 @@ Milestone Builds The Core module has dependencies on Infrastructure, so you only need to include that to build and run jobs with Spring Batch. I.e. +* Milestone Builds + + These builds are provided for evaluation and community feedback. Spring Batch builds have a release identifier ending in "mX" where X is the milestone number, or "rcX" for a release candidate. + + Milestones and snapshots are only published in s3. You can browse the {{{http://s3browse.com/explore/maven.springframework.org/milestone/org/springframework/batch}repository}} with a web browser. To use them, just add the following repository to your POM (inside a \ element at the top level): + ++--------------- + + spring-s3 + Spring Portfolio Maven MILESTONE Repository + http://s3.amazonaws.com/maven.springframework.org/milestone + ++--------------- + Snapshot Builds Nightly snapshots are also available through the same process with slightly different URLs. See {{{snapshots.html}here}} for details.