Updated Branches: refs/heads/master a2d30c322 -> 465202c50
added a link to ArtifactHandler API Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/465202c5 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/465202c5 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/465202c5 Branch: refs/heads/master Commit: 465202c5058ddeee7638c03743308de656ee9734 Parents: a2d30c3 Author: Hervé Boutemy <[email protected]> Authored: Fri Jul 19 19:34:02 2013 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Fri Jul 19 19:34:02 2013 +0200 ---------------------------------------------------------------------- maven-core/src/site/apt/artifact-handlers.apt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/465202c5/maven-core/src/site/apt/artifact-handlers.apt ---------------------------------------------------------------------- diff --git a/maven-core/src/site/apt/artifact-handlers.apt b/maven-core/src/site/apt/artifact-handlers.apt index 9ab65f9..ee111ff 100644 --- a/maven-core/src/site/apt/artifact-handlers.apt +++ b/maven-core/src/site/apt/artifact-handlers.apt @@ -25,7 +25,8 @@ Default Artifact Handlers Reference - Some artifact handlers are defined by default: + Some artifact handlers (see {{{../maven-artifact/apidocs/org/apache/maven/artifact/handler/ArtifactHandler.html} API}}) + are defined by default: *--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+ || type || extension || packaging || classifier || language || added to classpath || includesDependencies ||
