diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index d6bb4724..bff8e656 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -199,5 +199,57 @@ ]]> - + + + 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: + + + com.springsource.repository.bundles.snapshot + SpringSource Enterprise Bundle Repository - Nightly Snapshots + http://repository.springsource.com/maven/bundles/snapshot +]]> + + + Then declare the following dependencies: + + + org.springframework.webflow + org.springframework.binding + 2.0.3.CI-### + + + + org.springframework.webflow + org.springframework.js + 2.0.3.CI-### + + + + org.springframework.webflow + org.springframework.webflow + 2.0.3.CI-### + +]]> + + + And if using JavaServerFaces: + + + org.springframework.webflow + org.springframework.faces + 2.0.3.CI-### + +]]> + + + Where '###' above represents the build number like 2.0.3.CI-500. + Get the latest build number by browsing the nightly build area. + + \ No newline at end of file