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/09 00:18:39 UTC

svn commit: r1798154 - in /myfaces/core/branches/2.3.x: api/pom.xml parent/pom.xml

Author: lu4242
Date: Fri Jun  9 00:18:39 2017
New Revision: 1798154

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

Modified:
    myfaces/core/branches/2.3.x/api/pom.xml
    myfaces/core/branches/2.3.x/parent/pom.xml

Modified: myfaces/core/branches/2.3.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/api/pom.xml?rev=1798154&r1=1798153&r2=1798154&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/api/pom.xml (original)
+++ myfaces/core/branches/2.3.x/api/pom.xml Fri Jun  9 00:18:39 2017
@@ -560,6 +560,7 @@
             </activation>
             <build>
                 <plugins>
+				<!--
                     <plugin>
                         <groupId>org.jvnet</groupId>
                         <artifactId>animal-sniffer</artifactId>
@@ -579,6 +580,7 @@
                             </execution>
                         </executions>
                     </plugin>            
+				-->
                 </plugins>
             </build>
 

Modified: myfaces/core/branches/2.3.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/parent/pom.xml?rev=1798154&r1=1798153&r2=1798154&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/parent/pom.xml (original)
+++ myfaces/core/branches/2.3.x/parent/pom.xml Fri Jun  9 00:18:39 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>