You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2010/05/30 01:29:22 UTC

svn commit: r949449 - /logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml

Author: carnold
Date: Sat May 29 23:29:21 2010
New Revision: 949449

URL: http://svn.apache.org/viewvc?rev=949449&view=rev
Log:
Raise doc review javadoc tags to parent pom

Modified:
    logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml

Modified: logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml?rev=949449&r1=949448&r2=949449&view=diff
==============================================================================
--- logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml (original)
+++ logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/pom.xml Sat May 29 23:29:21 2010
@@ -85,6 +85,30 @@
 </build>
   <reporting>
      <plugins>
+	<plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-javadoc-plugin</artifactId>
+           <version>2.7</version>
+           <configuration>
+               <tags>
+                   <tag>
+                      <name>issue</name>
+                      <placement>a</placement>
+                      <head>JIRA issue:</head>
+                   </tag>
+                   <tag>
+                      <name>doubt</name>
+                      <placement>a</placement>
+                      <head>Troublesome:</head>
+                   </tag>
+                   <tag>
+                      <name>compare</name>
+                      <placement>a</placement>
+                      <head>Compare with:</head>
+                   </tag>
+               </tags>
+           </configuration>
+	</plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>



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