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 2013/10/21 23:09:11 UTC

svn commit: r1534373 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Mon Oct 21 21:09:11 2013
New Revision: 1534373

URL: http://svn.apache.org/r1534373
Log:
remove o.a.m.doxia.sink.render.RenderingContext from clirr check

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

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1534373&r1=1534372&r2=1534373&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Mon Oct 21 21:09:11 2013
@@ -370,8 +370,7 @@ under the License.
             </goals>
             <configuration>
               <excludes>
-                <exclude>org/apache/maven/doxia/document/*</exclude>
-                <exclude>org/apache/maven/doxia/module/markdown/MarkdownToDoxiaHtmlSerializer</exclude>
+                <exclude>org/apache/maven/doxia/sink/render/*</exclude>
               </excludes>
             </configuration>
           </execution>