vmassol     2003/11/16 10:16:59

  Modified:    integration/maven/xdocs changes.xml
               integration/maven project.properties
  Log:
  Link issues automatically using the changes maven plugin
  
  Revision  Changes    Path
  1.9       +1 -3      jakarta-cactus/integration/maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml       16 Nov 2003 13:34:09 -0000      1.8
  +++ changes.xml       16 Nov 2003 18:16:58 -0000      1.9
  @@ -31,9 +31,7 @@
           Cactus tests are now automatically started by default when the site is 
           generated. This feature can be turned off.
         </action>
  -      <action dev="vmassol" type="fix">
  -        Fixed bug 
  -        <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24447";>24447</a>.
  +      <action dev="vmassol" type="fix" issue="24447">
           The plugin now correctly uses the <code>${maven.war.final.name}</code>
           property instead of hard-coding the war name to 
           <code>${pom.artifactId}.war</code>.
  
  
  
  1.4       +4 -1      jakarta-cactus/integration/maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        12 Nov 2003 22:27:28 -0000      1.3
  +++ project.properties        16 Nov 2003 18:16:59 -0000      1.4
  @@ -60,3 +60,6 @@
   maven.ui.href.link = blue
   maven.ui.href.link.active = #f30
   maven.ui.href.link.selfref = #555
  +
  +# For the changes plugin to link issue with Bugzilla
  +maven.changes.issue.template = %URL%/show_bug.cgi?id=%ISSUE%
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to