[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 23 21:55:12 EDT 2013


Author: scantor
Date: Tue Apr 23 21:55:12 2013
New Revision: 143

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=143&view=rev
Log:
Add custom javadoc tags (event, pre, post)

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=143&r1=142&r2=143&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Tue Apr 23 21:55:12 2013
@@ -645,12 +645,29 @@
                                 <link>http://docs.oracle.com/javaee/5/api</link>
                                 <link>http://docs.mockito.googlecode.com/hg/latest/</link>
                             </links>
-                            <quiet>true</quiet>
+                            <quiet>false</quiet>
                             <author>false</author>
                             <show>private</show>
                             <version>true</version>
                             <doctitle>${project.name} ${project.version} API</doctitle>
                             <windowtitle>${project.name} ${project.version} API</windowtitle>
+                            <tags>
+                                <tag>
+                                    <name>event</name>
+                                    <placement>t</placement>
+                                    <head>Event:</head>
+                                </tag>
+                                <tag>
+                                    <name>pre</name>
+                                    <placement>t</placement>
+                                    <head>Precondition:</head>
+                                </tag>
+                                <tag>
+                                    <name>post</name>
+                                    <placement>t</placement>
+                                    <head>Postcondition:</head>
+                                </tag>
+                            </tags>
                         </configuration>
                     </plugin>
                     <plugin>



More information about the commits mailing list