You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/06/18 09:28:16 UTC

[plc4x] branch develop updated: - Added an exclusion for rat to ignore the "local-snapshots-dir" which only exists on jenkins builds for the develop branch, which helps deploying.

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7838dc9  - Added an exclusion for rat to ignore the "local-snapshots-dir" which only exists on jenkins builds for the develop branch, which helps deploying.
7838dc9 is described below

commit 7838dc95951c2530ecc61c2e573219a32710f29e
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Jun 18 11:28:10 2019 +0200

    - Added an exclusion for rat to ignore the "local-snapshots-dir" which only exists on jenkins builds for the develop branch, which helps deploying.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7f095a5..b426ac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -783,6 +783,7 @@
 
             <!-- Jenkins build related files -->
             <exclude>.repository/**</exclude>
+            <exclude>local-snapshots-dir/**</exclude>
 
             <!-- Data files created by examples running an embedded elasticsearch -->
             <exclude>elasticsearch-data/**</exclude>