You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/12/07 02:44:07 UTC

[commons-numbers] 02/02: Ignore pom.properties

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

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

commit ae70ab2504dcc79fa4e820446a65ab3acd4338c9
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Dec 7 02:44:01 2019 +0000

    Ignore pom.properties
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7a1f54..3bff646 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
           <!-- Output the detected violations to the console (for checkstyle:check). -->
           <logViolationsToConsole>true</logViolationsToConsole>
           <failOnViolation>true</failOnViolation>
-          <resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties,**/resolver-status.properties</resourceExcludes>
+          <resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/resolver-status.properties</resourceExcludes>
           <excludes>**/generated/**.java</excludes>
         </configuration>
         <executions>