You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/04/25 05:35:23 UTC

[cxf] branch master updated: old .cache folder on Jenkins causes build failures, try to skipCache (see https://github.com/maven-download-plugin/maven-download-plugin/issues/80)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 141a5bb  old .cache folder on Jenkins causes build failures, try to skipCache (see https://github.com/maven-download-plugin/maven-download-plugin/issues/80)
141a5bb is described below

commit 141a5bb39de16d7131d02e0a7d025e5a4c8a232c
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Apr 25 07:34:59 2018 +0200

    old .cache folder on Jenkins causes build failures, try to skipCache (see https://github.com/maven-download-plugin/maven-download-plugin/issues/80)
---
 rt/transports/http/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index 517b3dd..baa6a90 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -227,6 +227,7 @@
                             <url>https://publicsuffix.org/list/effective_tld_names.dat</url>
                             <outputDirectory>${project.build.outputDirectory}/mozilla</outputDirectory>
                             <outputFileName>public-suffix-list.txt</outputFileName>
+                            <skipCache>true</skipCache>
                         </configuration>
                     </execution>
                 </executions>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.