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

Xiangdong Huang commented on IOTDB-462:
---------------------------------------

Hi, it is a little strange why it happens.

Try to check is there any broken files under 
$YOUR_MAVEN_REPOSITORY/com/googlecode/maven-download-plugin/ 

Or you can just remove the data under the folder and run mvn once again.

 

> 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
>            Reporter: sunjincheng
>            Priority: Major
>
> 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