mirror of https://github.com/apache/maven.git
give coordinates of plexus configuration files used to define content
This commit is contained in:
parent
19b0bb3ff3
commit
2d33fad18c
|
@ -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 ||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue