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 06:00:45 UTC

[cxf] branch master updated: downgrade download-maven-plugin back to 1.3.0 (as commented on 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 264bb02  downgrade download-maven-plugin back to 1.3.0 (as commented on https://github.com/maven-download-plugin/maven-download-plugin/issues/80)
264bb02 is described below

commit 264bb02aec7f2e46ca753367e5eee1897b8b5d3b
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Apr 25 08:00:23 2018 +0200

    downgrade download-maven-plugin back to 1.3.0 (as commented on https://github.com/maven-download-plugin/maven-download-plugin/issues/80)
---
 rt/transports/http/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index baa6a90..b9129e1 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -215,7 +215,7 @@
             <plugin>
                 <groupId>com.googlecode.maven-download-plugin</groupId>
                 <artifactId>download-maven-plugin</artifactId>
-                <version>1.4.0</version>
+                <version>1.3.0</version><!-- 1.4.0 fails due to old cache on Jenkins nodes https://github.com/maven-download-plugin/maven-download-plugin/issues/80 -->
                 <executions>
                     <execution>
                         <id>download-public-suffix-list</id>
@@ -227,7 +227,6 @@
                             <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.