You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2022/03/10 17:19:17 UTC

[avro] branch branch-1.11 updated: AVRO-3442: Add codec build to RAT excludes (#1591)

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

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new b1da333  AVRO-3442: Add codec build to RAT excludes (#1591)
b1da333 is described below

commit b1da3332d8ba6ac76946447bc1834c248c427aa5
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Thu Mar 10 18:17:14 2022 +0100

    AVRO-3442: Add codec build to RAT excludes (#1591)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 1adac04..cafbf59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,6 +406,7 @@
                 <exclude>lang/csharp/**/bin/Release/**/Avro.xml</exclude>
                 <exclude>lang/csharp/TestResult.xml</exclude>
                 <exclude>lang/csharp/src/apache/*/obj/**</exclude>
+                <exclude>lang/csharp/src/apache/codec/*/obj/**</exclude>
                 <exclude>lang/java/archetypes/avro-service-archetype/src/test/integration/projects/basic/goal.txt</exclude>
                 <exclude>lang/java/mapred/userlogs/**</exclude>
                 <exclude>lang/java/tools/userlogs/**</exclude>