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 2020/01/23 08:14:34 UTC

[maven-doxia-book-renderer] 24/34: updated parent pom (and fixed issues reported by Checkstyle)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-renderer.git

commit 396b006fdb83eade64d60fd94302d77578a81f73
Author: Herve Boutemy <hb...@apache.org>
AuthorDate: Sat Oct 24 23:37:07 2015 +0000

    updated parent pom (and fixed issues reported by Checkstyle)
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1710402 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c5e460a..a445533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-tools</artifactId>
-    <version>2</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../doxia-tools/pom.xml</relativePath>
   </parent>
 
@@ -53,6 +53,7 @@ under the License.
 
   <properties>
     <doxiaVersion>1.3</doxiaVersion>
+    <checkstyle.violation.ignore>MethodName,NewlineAtEndOfFile,ParameterNumber</checkstyle.violation.ignore>
   </properties>
 
   <dependencies>
@@ -174,7 +175,7 @@ under the License.
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <excludes>
+          <excludes combine.children="append">
             <exclude>src/test/resources/expected/doc-book/plexus-user-guide.xml</exclude>
             <exclude>src/test/resources/book-1/section-*.apt</exclude>
           </excludes>