You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2017/06/08 23:52:44 UTC

svn commit: r1798144 - /myfaces/core/tags/myfaces-core-module-2.3.0-beta/parent/pom.xml

Author: lu4242
Date: Thu Jun  8 23:52:44 2017
New Revision: 1798144

URL: http://svn.apache.org/viewvc?rev=1798144&view=rev
Log:
fix javadoc generation to new behavior of maven-javadoc-plugin

Modified:
    myfaces/core/tags/myfaces-core-module-2.3.0-beta/parent/pom.xml

Modified: myfaces/core/tags/myfaces-core-module-2.3.0-beta/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0-beta/parent/pom.xml?rev=1798144&r1=1798143&r2=1798144&view=diff
==============================================================================
--- myfaces/core/tags/myfaces-core-module-2.3.0-beta/parent/pom.xml (original)
+++ myfaces/core/tags/myfaces-core-module-2.3.0-beta/parent/pom.xml Thu Jun  8 23:52:44 2017
@@ -205,6 +205,18 @@
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>2.10.4</version>
+                    <configuration>
+                        <tags>
+                            <tag>
+                                <name>JSFJspTag</name>
+                                <placement>X</placement>
+                            </tag>
+                            <tag>
+                                <name>JSFJspAttribute</name>
+                                <placement>X</placement>
+                            </tag>
+                        </tags>
+                    </configuration>				
                 </plugin>
                 <plugin>
                   <artifactId>maven-site-plugin</artifactId>