Author: dennisl
Date: Wed Mar 30 19:03:31 2011
New Revision: 1087044

URL: http://svn.apache.org/viewvc?rev=1087044&view=rev
Log:
[ MCHANGES-229] Incorrect documentation for changes-check goal -- references 
"release" phase

Modified:
    
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/check-changes-file.apt.vm

Modified: 
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/check-changes-file.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/check-changes-file.apt.vm?rev=1087044&r1=1087043&r2=1087044&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/check-changes-file.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-changes-plugin/src/site/apt/examples/check-changes-file.apt.vm
 Wed Mar 30 19:03:31 2011
@@ -3,7 +3,7 @@
  ------
  Dennis Lundberg
  ------
- 2010-12-16
+ 2011-03-30
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -32,8 +32,8 @@ Check Your changes.xml File
   Since version 2.4 this plugin has a {{{../changes-check-mojo.html}goal}} that
   checks that your <<<changes.xml>>> file has a valid release date.
 
-  You can attach this goal to the <<<release>>> phase if you want the check to
-  be performed automatically when you release the project.
+  You can attach this goal to the <<<verify>>> phase if you want the check to
+  be performed automatically when you build the project.
 
 * Configuring the Plugin
 
@@ -52,7 +52,7 @@ Check Your changes.xml File
         <executions>
           <execution>
             <id>check-changes</id>
-            <phase>release</phase>
+            <phase>verify</phase>
             <goals>
               <goal>changes-check</goal>
             </goals>


Reply via email to