diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index fd8845e3..9cb77833 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -61,7 +61,7 @@ - How to obtain Web Flow artifacts from Maven Central + How to access Web Flow artifacts from Maven Central Each jar in the Web Flow distribution is available in the Maven Central Repository. This allows you to easily integrate Web Flow into your application if you are already using Maven as the build system for your web development project. @@ -102,7 +102,7 @@ - How to obtain Web Flow artifacts from the SpringSource Bundle Repository + How to access Web Flow artifacts from the SpringSource Bundle Repository Each jar in the Web Flow distribution is also available in the SpringSource Enterprise Bundle Repository. Use this repository when you wish to run Spring Web Flow in an OSGi environment such as the SpringSource dm Server. @@ -146,8 +146,7 @@ org.springframework.webflow org.springframework.webflow 2.0.7.RELEASE - -]]> +]]> And if using JavaServerFaces: @@ -157,8 +156,7 @@ org.springframework.webflow org.springframework.faces 2.0.7.RELEASE - -]]> +]]> Note the Web Flow artifacts in the SpringSource Bundle Repository are indexed under different ids because their transitive dependencies are different than the Maven Central artifacts. @@ -194,16 +192,14 @@ -]]> + rev="2.0.7.RELEASE" conf="compile->runtime" />]]> And if using JavaServerFaces: runtime" /> -]]> + rev="2.0.7.RELEASE" conf="compile->runtime" />]]> @@ -234,15 +230,18 @@ - How to Obtain Nightly Builds + How to access nightly builds - 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. + Nightly snapshots of Web Flow development branches are available using Maven, and distribution zips are also available for download. + These snapshot builds are useful for testing out fixes you depend on in advance of the next release, and provide a convenient way for you to provide feedback about whether a fix meets your needs. + + + If using Maven, you may obtain snapshots from either 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 Spring Source Enterprise Bundle Snapshot Repository when you wish to run Web Flow in an OSGi environment. - Obtaining snapshots from Maven-central compatible repository + Accessing snapshots from the Maven-central compatible repository Add the following repository your pom: @@ -273,8 +272,7 @@ org.springframework.webflow spring-webflow x.y.z-SNAPSHOT - -]]> +]]> And if using JavaServerFaces: @@ -284,12 +282,11 @@ org.springframework.webflow spring-faces x.y.z-SNAPSHOT - -]]> +]]> - Obtaining snapshots from the SpringSource Enterprise Bundle Repository + Accessing snapshots from the SpringSource Enterprise Bundle Repository Add the following repository your pom: @@ -298,7 +295,7 @@ com.springsource.repository.bundles.snapshot SpringSource Enterprise Bundle Snapshot Repository http://repository.springsource.com/maven/bundles/snapshot -]]>>]]> +]]> Then declare the following dependencies: @@ -320,8 +317,7 @@ org.springframework.webflow org.springframework.webflow x.y.z-SNAPSHOT - -]]> +]]> And if using JavaServerFaces: @@ -331,15 +327,14 @@ org.springframework.webflow org.springframework.faces x.y.z-SNAPSHOT - -]]> +]]> - Obtaining snapshot distribution archives + Accessing snapshot distribution archives - Get the snapshot with the most recent CI build number at the Web Flow snapshot download area. + Get the snapshot zip with the most recent CI build number from the Web Flow snapshot download area. \ No newline at end of file