Repository: maven-aether Updated Branches: refs/heads/master df930dfab -> a21436ef0
added Aether dependency graph image map Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/a21436ef Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/a21436ef Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/a21436ef Branch: refs/heads/master Commit: a21436ef0071d2a8cdea9ced408867307905863d Parents: df930df Author: Hervé Boutemy <[email protected]> Authored: Sun May 8 20:51:39 2016 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Sun May 8 20:51:39 2016 +0200 ---------------------------------------------------------------------- src/site/resources/images/aether-deps.png | Bin 0 -> 19168 bytes src/site/xdoc/aether-deps.odg | Bin 0 -> 17567 bytes src/site/xdoc/index.xml | 58 +++++++++++++++++++++++++ 3 files changed, 58 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/a21436ef/src/site/resources/images/aether-deps.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/aether-deps.png b/src/site/resources/images/aether-deps.png new file mode 100644 index 0000000..955a7ce Binary files /dev/null and b/src/site/resources/images/aether-deps.png differ http://git-wip-us.apache.org/repos/asf/maven-aether/blob/a21436ef/src/site/xdoc/aether-deps.odg ---------------------------------------------------------------------- diff --git a/src/site/xdoc/aether-deps.odg b/src/site/xdoc/aether-deps.odg new file mode 100644 index 0000000..9ffe7d0 Binary files /dev/null and b/src/site/xdoc/aether-deps.odg differ http://git-wip-us.apache.org/repos/asf/maven-aether/blob/a21436ef/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml new file mode 100644 index 0000000..35c124d --- /dev/null +++ b/src/site/xdoc/index.xml @@ -0,0 +1,58 @@ +<?xml version="1.0"?> + +<!-- +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +--> + +<document> + + <properties> + <title>Introduction</title> + <author email="hboutemy_AT_apache_DOT_org">Hervé Boutemy</author> + </properties> + + <body> + + <section name="Apache Maven Aether"> + + <p>Apache Maven Aether is a library for working with artifact repositories and dependency resolution. + Aether deals with the specification of local repository, remote repository, developer workspaces, artifact transports and artifact resolution. + </p> + + <p> + <img src="images/aether-deps.png" width="520" height="265" border="0" usemap="#Aether_dependencies" /> + <map name="Aether_dependencies"> + <area shape="rect" coords="51,229,113,265" href="./aether-api/" /> + <area shape="rect" coords="0,167,62,202" href="./aether-spi/" /> + <area shape="rect" coords="102,166,165,202" href="./aether-util/" /> + <area shape="rect" coords="202,166,285,202" href="./aether-test-util/" /> + <area shape="rect" coords="0,70,62,106" href="./aether-impl/" /> + <area shape="rect" coords="81,63,187,118" href="./aether-connector-basic/" /> + <area shape="rect" coords="246,32,289,68" href="./aether-transport-file/" /> + <area shape="rect" coords="207,74,310,110" href="./aether-transport-classpath/" /> + <area shape="rect" coords="299,32,382,68" href="./aether-transport-wagon/" /> + <area shape="rect" coords="319,74,382,110" href="./aether-transport-http/" /> + <area shape="rect" coords="414,32,499,68" href="/wagon/" /> + <area shape="rect" coords="416,74,519,110" href="http://hc.apache.org/httpcomponents-client-ga/index.html" /> + </map> + </p> + </section> + + </body> + +</document>
