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 2017/12/20 16:50:59 UTC

[incubator-plc4x] branch master updated: PLC4X-10 - Setup the build for Apache on builds.apache.org

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 933616a  PLC4X-10 - Setup the build for Apache on builds.apache.org
933616a is described below

commit 933616a07ff6b737d541e3727afb9705c1f4f357
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Dec 20 17:50:51 2017 +0100

    PLC4X-10 - Setup the build for Apache on builds.apache.org
    
    Added the ".repository" directory to RAT's exclusions (This directory is created by non develop branches on builds.apache.org as part of the multibranch pipeline build)
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 66682d4..6ad7ead 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,9 @@
 
             <!-- Asciidoctor generated files -->
             <exclude>**/.asciidoctor/**</exclude>
+
+            <!-- Jenkins build related files -->
+            <exclude>.repository/**</exclude>
           </excludes>
         </configuration>
       </plugin>

-- 
To stop receiving notification emails like this one, please contact
['"commits@plc4x.apache.org" <co...@plc4x.apache.org>'].