You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/03/19 01:08:12 UTC

[commons-parent] branch master updated: (update) Run "apache-rat:check" as part of "mvn validate"

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

chtompki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 30a0eae  (update) Run "apache-rat:check" as part of "mvn validate"
30a0eae is described below

commit 30a0eaea5a3efb14f2e81bcae4aaf06ff9a91bd8
Author: Rob Tompkins <ch...@apache.org>
AuthorDate: Mon Mar 18 21:08:02 2019 -0400

    (update) Run "apache-rat:check" as part of "mvn validate"
---
 pom.xml                 | 9 +++++++++
 src/changes/changes.xml | 1 +
 2 files changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1ca9073..6d9c044 100644
--- a/pom.xml
+++ b/pom.xml
@@ -669,6 +669,15 @@
             <exclude>.externalToolBuilders/**</exclude>
           </excludes>
         </configuration>
+        <executions>
+          <execution>
+            <id>rat-check</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
 
       <plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 70127d8..da242fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="48" date="YYYY-MM-DD" description="TBD">
+            <action type="update" dev="chtompki">Run "apache-rat:check" as part of "mvn validate"</action>
             <action type="fix" dev="chtompki">Revert revert change in commons.scmPubUrl in Parent 47, use commons.packageId for osgi</action>
             <action type="update">commons.build-plugin.version: 1.9 -> 1.10</action>
             <action type="update">commons.release-plugin.version: 1.5 -> 1.6</action>