give coordinates of plexus configuration files used to define content

This commit is contained in:
Hervé Boutemy 2013-08-02 15:24:11 +02:00
parent 19b0bb3ff3
commit 2d33fad18c
3 changed files with 6 additions and 6 deletions

View File

@ -20,13 +20,13 @@
--- ---
Hervé Boutemy Hervé Boutemy
--- ---
2012-08-13 2013-08-02
--- ---
Default Artifact Handlers Reference Default Artifact Handlers Reference
Some artifact handlers (see {{{../maven-artifact/apidocs/org/apache/maven/artifact/handler/ArtifactHandler.html} API}}) 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 || || type || extension || packaging || classifier || language || added to classpath || includesDependencies ||

View File

@ -20,13 +20,13 @@
--- ---
Hervé Boutemy Hervé Boutemy
--- ---
2011-09-12 2013-08-02
--- ---
Plugin Bindings for <<<default>>> Lifecycle Reference Plugin Bindings for <<<default>>> Lifecycle Reference
The {{{./lifecycles.html}<<<default>>> lifecycle}} is defined without any plugin binding; plugin bindings are defined separately 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} %{toc|fromDepth=2}

View File

@ -20,12 +20,12 @@
----- -----
Hervé Boutemy Hervé Boutemy
----- -----
2011-09-12 2013-08-02
----- -----
Lifecycles Reference Lifecycles Reference
Maven defines 3 lifecycles: Maven defines 3 lifecycles in <<<META-INF/plexus/components.xml>>>:
%{toc|fromDepth=2} %{toc|fromDepth=2}