We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to Deploy Tron Event Query Service manual on here:
wget https://mirrors.cnnic.cn/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz --no-check-certificate tar zxvf apache-maven-3.5.4-bin.tar.gz export M2_HOME=$HOME/maven/apache-maven-3.5.4
which has 404 result and it has changed to:
wget https://mirrors.cnnic.cn/apache/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz --no-check-certificate tar zxvf apache-maven-3.8.8-bin.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to Deploy Tron Event Query Service manual on here:
wget https://mirrors.cnnic.cn/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz --no-check-certificate
tar zxvf apache-maven-3.5.4-bin.tar.gz
export M2_HOME=$HOME/maven/apache-maven-3.5.4
which has 404 result and it has changed to:
wget https://mirrors.cnnic.cn/apache/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz --no-check-certificate
tar zxvf apache-maven-3.8.8-bin.tar.gz
The text was updated successfully, but these errors were encountered: