[
https://issues.apache.org/jira/browse/IOTDB-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034983#comment-17034983
]
Jialin Qiao commented on IOTDB-462:
-----------------------------------
Hi, a user also encounters this problem. Reducing maven-download-plugin to
1.3.0 works. So I'd like to fix it in
[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
> 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)