sunjincheng created IOTDB-462:
---------------------------------
Summary: Can not download the `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
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)