You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/05/02 05:05:04 UTC

[maven-compiler-plugin] branch master updated: fix rat

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 95bd03f  fix rat
95bd03f is described below

commit 95bd03f745c2dad54a45345a3e9f268104f43841
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sun May 2 15:04:45 2021 +1000

    fix rat
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 61d8215..b5b29cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,7 @@ under the License.
           <configuration>
             <excludes combine.children="append">
               <exclude>.java-version</exclude>
+              <exclude>.github/dependabot.yml</exclude>
             </excludes>
           </configuration>
         </plugin>