You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Colm O hEigeartaigh <co...@apache.org> on 2018/04/24 15:44:30 UTC

Fwd: [cxf] branch master updated: update download-maven-plugin to latest version

Looks like this commit is causing some problems (on Jenkins at least):

[ERROR] Failed to execute goal
com.googlecode.maven-download-plugin:download-maven-plugin:1.4.0:wget
(download-public-suffix-list) on project cxf-rt-transports-http:
Execution download-public-suffix-list of goal
com.googlecode.maven-download-plugin:download-maven-plugin:1.4.0:wget
failed: java.lang.ClassNotFoundException:
com.googlecode.download.maven.plugin.internal.CachedFileEntry -> [Help
1]


Colm.
---------- Forwarded message ----------
From: <de...@apache.org>
Date: Tue, Apr 24, 2018 at 2:04 PM
Subject: [cxf] branch master updated: update download-maven-plugin to
latest version
To: "commits@cxf.apache.org" <co...@cxf.apache.org>


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 5bfff0a  update download-maven-plugin to latest version
5bfff0a is described below

commit 5bfff0a49749c5b7308fb918ea732ca366e4de05
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Tue Apr 24 15:04:03 2018 +0200

    update download-maven-plugin to latest version
---
 rt/transports/http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index 0a1feb5..517b3dd 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.3.0</version>
+                <version>1.4.0</version>
                 <executions>
                     <execution>
                         <id>download-public-suffix-list</id>

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



-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Re: [cxf] branch master updated: update download-maven-plugin to latest version

Posted by Dennis Kieselhorst <de...@apache.org>.
I'm trying skipCache option otherwise I'll switch back to 1.3.

https://github.com/maven-download-plugin/maven-download-plugin/issues/80

Re: [cxf] branch master updated: update download-maven-plugin to latest version

Posted by Daniel Kulp <dk...@apache.org>.
I just wiped out the workspace…..   We’ll see if that helps at all.

Dan



> On Apr 24, 2018, at 1:38 PM, Dennis Kieselhorst <de...@apache.org> wrote:
> 
> Hmmpf looks like .cache in Maven repo folder is old on Jenkins.
> 
> Before the update the wget download was failing in JDK10 build that's why I tried to update.
> 
> Will take care of it later when I'm back at the keyboard...

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


Re: Fwd: [cxf] branch master updated: update download-maven-plugin to latest version

Posted by Dennis Kieselhorst <de...@apache.org>.
Hmmpf looks like .cache in Maven repo folder is old on Jenkins.

Before the update the wget download was failing in JDK10 build that's why I tried to update.

Will take care of it later when I'm back at the keyboard...