[ 
https://issues.apache.org/jira/browse/IOTDB-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034985#comment-17034985
 ] 

Jialin Qiao commented on IOTDB-462:
-----------------------------------

[https://github.com/apache/incubator-iotdb/pull/794]

> Failed to execute goal for `download-maven-plugin`.
> ---------------------------------------------------
>
>                 Key: IOTDB-462
>                 URL: https://issues.apache.org/jira/browse/IOTDB-462
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Others
>    Affects Versions: 0.8.0, 0.9.0, 0.9.1, 0.8.1, 0.8.2
>            Reporter: sunjincheng
>            Priority: Major
>         Attachments: iotdb_mvn.gif
>
>
> Can not build the source code in my local, the error message as follows:
> {code:java}
> [ERROR] Failed to execute goal 
> com.googlecode.maven-download-plugin:download-maven-plugin:1.4.0:wget 
> (get-thrift-executable) on project service-rpc: Execution 
> get-thrift-executable 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]
> {code}
> Does anyone else have this problem?
> At present, I have reduced the version(1.3.0) to solve this problem. If most 
> of people encounter this problem, I suggest reducing the version to 1.3.0. as 
> follows:
> {code:java}
>  <plugin>
>                         
> <groupId>com.googlecode.maven-download-plugin</groupId>
>                         <artifactId>download-maven-plugin</artifactId>
>                         <version>1.3.0</version> From 1.4.0 to 1.3.0
>                         <executions>
>                             ...
>                         </executions>
>                     </plugin>
> {code}
> What do you think?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to