You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/08/10 14:25:59 UTC

[18/22] git commit: give coordinates of plexus configuration files used to define content

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/4cf2fa36
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4cf2fa36
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4cf2fa36

Branch: refs/heads/guice-from-google
Commit: 4cf2fa36821bea9cb684a0132eac768b3fce1e50
Parents: 86c330c
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Aug 2 15:24:11 2013 +0200
Committer: Olivier Lamy <ol...@apache.org>
Committed: Sat Aug 10 21:46:51 2013 +1000

----------------------------------------------------------------------
 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/4cf2fa36/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/4cf2fa36/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/4cf2fa36/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}