Updated Branches: refs/heads/master 19b0bb3ff -> 2d33fad18
give coordinates of plexus configuration files used to define content Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2d33fad1 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2d33fad1 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/2d33fad1 Branch: refs/heads/master Commit: 2d33fad18c86ece8eb7a25b6d95dbdda9c9595ab Parents: 19b0bb3 Author: Hervé Boutemy <[email protected]> Authored: Fri Aug 2 15:24:11 2013 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Fri Aug 2 15:24:11 2013 +0200 ---------------------------------------------------------------------- maven-core/src/site/apt/artifact-handlers.apt | 4 ++-- maven-core/src/site/apt/default-bindings.apt.vm | 4 ++-- maven-core/src/site/apt/lifecycles.apt.vm | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/2d33fad1/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 ee111ff..916161b 100644 --- a/maven-core/src/site/apt/artifact-handlers.apt +++ b/maven-core/src/site/apt/artifact-handlers.apt @@ -20,13 +20,13 @@ --- Hervé Boutemy --- - 2012-08-13 + 2013-08-02 --- Default Artifact Handlers Reference Some artifact handlers (see {{{../maven-artifact/apidocs/org/apache/maven/artifact/handler/ArtifactHandler.html} API}}) - are defined by default: + are configured by default in <<<META-INF/plexus/artifact-handlers.xml>>>: *--------------------+------------+------------+---------------+-----------+---------------------+-----------------------+ || type || extension || packaging || classifier || language || added to classpath || includesDependencies || http://git-wip-us.apache.org/repos/asf/maven/blob/2d33fad1/maven-core/src/site/apt/default-bindings.apt.vm ---------------------------------------------------------------------- diff --git a/maven-core/src/site/apt/default-bindings.apt.vm b/maven-core/src/site/apt/default-bindings.apt.vm index 3e3143c..607f244 100644 --- a/maven-core/src/site/apt/default-bindings.apt.vm +++ b/maven-core/src/site/apt/default-bindings.apt.vm @@ -20,13 +20,13 @@ --- Hervé Boutemy --- - 2011-09-12 + 2013-08-02 --- Plugin Bindings for <<<default>>> Lifecycle Reference The {{{./lifecycles.html}<<<default>>> lifecycle}} is defined without any plugin binding; plugin bindings are defined separately - because they are specific for each packaging: + in <<<META-INF/plexus/default-bindings.xml>>> because they are specific for each packaging: %{toc|fromDepth=2} http://git-wip-us.apache.org/repos/asf/maven/blob/2d33fad1/maven-core/src/site/apt/lifecycles.apt.vm ---------------------------------------------------------------------- diff --git a/maven-core/src/site/apt/lifecycles.apt.vm b/maven-core/src/site/apt/lifecycles.apt.vm index a7842a3..584a77d 100644 --- a/maven-core/src/site/apt/lifecycles.apt.vm +++ b/maven-core/src/site/apt/lifecycles.apt.vm @@ -20,12 +20,12 @@ ----- Hervé Boutemy ----- - 2011-09-12 + 2013-08-02 ----- Lifecycles Reference - Maven defines 3 lifecycles: + Maven defines 3 lifecycles in <<<META-INF/plexus/components.xml>>>: %{toc|fromDepth=2}
