You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2020/10/07 11:38:56 UTC

[syncope] branch master updated: Exclude codeql from rat-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6323bd0  Exclude codeql from rat-plugin
6323bd0 is described below

commit 6323bd0b14d2be8f788d0c3bbb68c3c717e05a56
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Wed Oct 7 12:38:47 2020 +0100

    Exclude codeql from rat-plugin
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 58b8694..1111084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2526,6 +2526,7 @@ under the License.
             <exclude>**/*.json</exclude>
             <exclude>**/banner.txt</exclude>
             <exclude>**/target/**</exclude>
+            <exclude>**/codeql-analysis.yml</exclude>
           </excludes>
         </configuration>
         <executions>