From bdbfd0a99ad90fffb6cd0b4aa3182eaad2055a7b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 8 Apr 2009 18:19:32 +0000 Subject: [PATCH] snapshot download info --- spring-webflow-reference/src/overview.xml | 95 ++++++++++++++++++----- 1 file changed, 76 insertions(+), 19 deletions(-) diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index 4e648910..fd8845e3 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -236,16 +236,70 @@ How to Obtain Nightly Builds - Nightly snapshots of the Web Flow trunk are available at the SpringSource Bundle Repository. - To access snapshots, add the following repository to your pom: + Nightly snapshots of Web Flow development branches are available using Maven, and can distribution zips can also be downloaded directly. + If using Maven, you may obtain snapshots from the SpringSource-managed Maven Central-compatible repository or the SpringSource Enterprise Bundle Repository. + Use the Maven Central-compatible snapshot repository when your project obtains its other open source dependencies from Maven Central. + Use the bundle snapshot repository when you wish to run Web Flow in an OSGi environment. - + Obtaining snapshots from Maven-central compatible repository + + Add the following repository your pom: + + + org.springsource.maven.snapshot + SpringSource Maven Central-compatible Snapshot Repository + http://maven.springsource.org/snapshot +]]> + + + Then declare the following dependencies: + + + org.springframework.webflow + spring-binding + x.y.z-SNAPSHOT + + + + org.springframework.webflow + spring-js + x.y.z-SNAPSHOT + + + + org.springframework.webflow + spring-webflow + x.y.z-SNAPSHOT + +]]> + + + And if using JavaServerFaces: + + + org.springframework.webflow + spring-faces + x.y.z-SNAPSHOT + +]]> + + + + Obtaining snapshots from the SpringSource Enterprise Bundle Repository + + Add the following repository your pom: + + com.springsource.repository.bundles.snapshot - SpringSource Enterprise Bundle Repository - Nightly Snapshots + SpringSource Enterprise Bundle Snapshot Repository http://repository.springsource.com/maven/bundles/snapshot -]]> - +]]>>]]> + Then declare the following dependencies: @@ -253,36 +307,39 @@ org.springframework.webflow org.springframework.binding - 3.0.0.CI-### + x.y.z-SNAPSHOT org.springframework.webflow org.springframework.js - 3.0.0.CI-### + x.y.z-SNAPSHOT org.springframework.webflow org.springframework.webflow - 3.0.0.CI-### + x.y.z-SNAPSHOT ]]> - - And if using JavaServerFaces: - - + And if using JavaServerFaces: + + org.springframework.webflow org.springframework.faces - 3.0.0.CI-### + x.y.z-SNAPSHOT ]]> - - - Where '###' above represents the build number like 3.0.0.CI-500. - Get the latest build number by browsing the nightly build area. - + + + + Obtaining snapshot distribution archives + + + Get the snapshot with the most recent CI build number at the Web Flow snapshot download area. + \ No newline at end of file