You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/12/19 11:35:20 UTC

svn commit: r1720894 - /maven/doxia/doxia-sitetools/trunk/pom.xml

Author: hboutemy
Date: Sat Dec 19 10:35:20 2015
New Revision: 1720894

URL: http://svn.apache.org/viewvc?rev=1720894&view=rev
Log:
[DOXIASITETOOLS-127] updated clirr configuration to enable Exception renaming

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1720894&r1=1720893&r2=1720894&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Dec 19 10:35:20 2015
@@ -265,6 +265,8 @@ under the License.
                 <!-- DOXIASITETOOLS-85 RenderingContext package changed -->
                 <exclude>org/apache/maven/doxia/siterenderer/*Renderer</exclude>
                 <exclude>org/apache/maven/doxia/siterenderer/sink/*</exclude>
+                <!-- DOXIASITETOOLS-127 Renderer renamed to SiteRenderer -->
+                <exclude>org/apache/maven/doxia/siterenderer/*RendererException</exclude>
               </excludes>
             </configuration>
           </execution>