You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2019/08/12 11:59:10 UTC

[deltaspike] branch master updated: fixed RAT

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 02edf43  fixed RAT
02edf43 is described below

commit 02edf43100412513417ef8fce6f515b23a1ca17d
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Aug 12 13:59:02 2019 +0200

    fixed RAT
---
 deltaspike/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 956e5e2..0a5cc34 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -46,13 +46,13 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <!-- 
+    <!--
      * Please do not use this pom for other deltaspike modules.
      * Instead use the one from parent/pom.xml!
      *
-     * This very pom.xml contains only the basic build layout 
+     * This very pom.xml contains only the basic build layout
      * and no build-rules at all. See parent/pom.xml for all
-     * the dependencyManagement and plugin configuration stuff. 
+     * the dependencyManagement and plugin configuration stuff.
     -->
     <groupId>org.apache.deltaspike</groupId>
     <artifactId>deltaspike-project</artifactId>
@@ -62,7 +62,7 @@
     <name>Apache DeltaSpike Sources</name>
     <description>Apache DeltaSpike CDI Extensions.</description>
     <url>http://deltaspike.apache.org</url>
-    
+
     <properties>
         <svn.scmPubUrl>https://svn.apache.org/repos/asf/deltaspike/site/trunk/content/javadoc/${project.version}</svn.scmPubUrl>
     </properties>
@@ -84,13 +84,13 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.12</version>
+                    <version>0.13</version>
                     <configuration>
                         <excludes>
                             <exclude>.idea/**/*</exclude>
                             <exclude>readme/**/*</exclude>
                             <exclude>**/*.log</exclude>
-                            <exclude>target/**</exclude>
+                            <exclude>**/target/**</exclude>
                             <exclude>test-ee7/target/**</exclude>
                             <exclude>**/*.iml</exclude>
                             <exclude>**/MANIFEST.MF</exclude>