You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/24 17:16:21 UTC

git commit: improved javadoc

Repository: maven
Updated Branches:
  refs/heads/master a2abd39e2 -> d402cc3df


improved javadoc

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d402cc3d
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d402cc3d
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d402cc3d

Branch: refs/heads/master
Commit: d402cc3dfc480c01cca13fe17de67a9e10a6e8dd
Parents: a2abd39
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat May 24 17:15:36 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat May 24 17:16:00 2014 +0200

----------------------------------------------------------------------
 .../org/apache/maven/AbstractMavenLifecycleParticipant.java     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/d402cc3d/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java
----------------------------------------------------------------------
diff --git a/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java b/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java
index a6b687c..03db5e6 100644
--- a/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java
+++ b/maven-core/src/main/java/org/apache/maven/AbstractMavenLifecycleParticipant.java
@@ -22,11 +22,14 @@ package org.apache.maven;
 import org.apache.maven.execution.MavenSession;
 
 /**
- * Allows core extensions to participate in build lifecycle.
+ * Allows core extensions to participate in Maven build session lifecycle.
  *
  * All callback methods (will) follow beforeXXX/afterXXX naming pattern to
  * indicate at what lifecycle point it is being called.
  *
+ * @see <a href="http://maven.apache.org/examples/maven-3-lifecycle-extensions.html">example</a>
+ * @see <a href="http://jira.codehaus.org/browse/MNG-4224">MNG-4224</a>
+ * @since 3.0-alpha-3
  */
 public abstract class AbstractMavenLifecycleParticipant
 {