Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 66e15d682 -> 671126b63
Clean up downloads page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/671126b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/671126b6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/671126b6 Branch: refs/heads/asf-site Commit: 671126b63afe3f0a03a47cd2626e847c5f50a7ac Parents: 66e15d6 Author: JamesBognar <[email protected]> Authored: Thu Oct 5 11:53:59 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Thu Oct 5 11:53:59 2017 -0400 ---------------------------------------------------------------------- content/downloads.html | 65 +++++++++------------------------------------ 1 file changed, 13 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/671126b6/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index faba563..6f603fb 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -68,63 +68,24 @@ </ul> <li><b>Maven</b> <p class='bcode'> - <xc><!-- Everything (except RDF, JAX/RS, and Microservice) --></xc> + <xc><!-- Use the following dependency... --></xc> <xt><dependency></xt> <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-all<xt></artifactId></xt> + <xt><artifactId></xt>juneau-XXX<xt></artifactId></xt> <xt><version></xt>6.4.0-incubating<xt></version></xt> <xt></dependency></xt> - <xc><!-- Core components --></xc> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-marshall<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-marshall-rdf<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-dto<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-svl<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-config<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - - <xc><!-- REST components --></xc> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-rest-server<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-rest-server-jaxrs<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-rest-client<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> - - <xc><!-- Microservice components --></xc> - <xt><dependency></xt> - <xt><groupId></xt>org.apache.juneau<xt></groupId></xt> - <xt><artifactId></xt>juneau-microservice-server<xt></artifactId></xt> - <xt><version></xt>6.4.0-incubating<xt></version></xt> - <xt></dependency></xt> + <xc><!-- ...where the artifactId can be any of the following... --></xc> + <xt><artifactId></xt>juneau-all<xt></artifactId></xt> + <xt><artifactId></xt>juneau-marshall<xt></artifactId></xt> + <xt><artifactId></xt>juneau-marshall-rdf<xt></artifactId></xt> + <xt><artifactId></xt>juneau-dto<xt></artifactId></xt> + <xt><artifactId></xt>juneau-svl<xt></artifactId></xt> + <xt><artifactId></xt>juneau-config<xt></artifactId></xt> + <xt><artifactId></xt>juneau-rest-server<xt></artifactId></xt> + <xt><artifactId></xt>juneau-rest-server-jaxrs<xt></artifactId></xt> + <xt><artifactId></xt>juneau-rest-client<xt></artifactId></xt> + <xt><artifactId></xt>juneau-microservice-server<xt></artifactId></xt> </p> </ul> <h5 class='toc'>Older releases</h5>
