You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/03/21 15:51:07 UTC

cvs commit: maven/src/plugins-build/javadoc/xdocs changes.xml properties.xml

evenisse    2003/03/21 06:51:07

  Modified:    src/plugins-build/javadoc project.xml
               src/plugins-build/javadoc/xdocs changes.xml properties.xml
  Log:
  Add custom tags support. This option is only available with Java 1.4.
  
  Revision  Changes    Path
  1.9       +1 -1      maven/src/plugins-build/javadoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	19 Mar 2003 05:36:14 -0000	1.8
  +++ project.xml	21 Mar 2003 14:51:06 -0000	1.9
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-javadoc-plugin</id>
     <name>Maven Javadoc Plug-in</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Java Project Management Tools</shortDescription>
     <url>http://maven.apache.org/reference/plugins/javadoc/</url>
  
  
  
  1.2       +6 -1      maven/src/plugins-build/javadoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	24 Jan 2003 03:45:34 -0000	1.1
  +++ changes.xml	21 Mar 2003 14:51:06 -0000	1.2
  @@ -6,7 +6,12 @@
     </properties>
   
     <body>
  -    <release version="1.1" date="in CVS">
  +    <release version="1.2" date="in CVS">
  +      <action dev="evenisse" type="add">
  +        Added a custom tags support. This option is only available with Java 1.4.
  +      </action>
  +    </release>
  +    <release version="1.1">
         <action dev="dion" type="add">
           Added a report with the javadoc run contents
         </action>
  
  
  
  1.3       +24 -0     maven/src/plugins-build/javadoc/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/javadoc/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml	4 Mar 2003 02:27:55 -0000	1.2
  +++ properties.xml	21 Mar 2003 14:51:06 -0000	1.3
  @@ -114,6 +114,30 @@
               from the project descriptor.
             </td>
           </tr>
  +        <tr>
  +          <td>maven.javadoc.customtags</td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies custom tags to use for the generated
  +            Javadocs. You can specify some tags separate by space.
  +            Each tag is describe in sub properties. 
  +            This option is only available with Java 1.4.
  +            Sample :
  +            <source><![CDATA[
  +maven.javadoc.customtags=tag1 tag2
  +tag1.name=todo
  +tag1.description=To Do:
  +tag1.enabled=true
  +tag1.scope=all
  +
  +tag2.name=task
  +tag2.description=Task:
  +tag2.enabled=false
  +tag2.scope=all
  +            ]]>
  +            </source>
  +          </td>
  +        </tr>
         </table>
       </section>
     </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org