### Environment * Dubbo version: 2.7.9 * Operating System version: Window10 * Java version: 1.8
### Steps to reproduce this issue When I type **"mvn clean install -Dmaven.test.skip"** in the commend there was some error ``` Plugin org.apache.maven.plugins:maven-compiler-plugin or one of its dependencies could not be resolved ``` Later I changed maven mirror,there was the new error: ``` end tag name </body> must match start tag name <hr> from line 7 (position: TEXT seen ...</address>\n</body>... ``` ### Resolve I update the maven compiler version,and then the project was compile success ``` <maven_compiler_version>3.7.0</maven_compiler_version> ``` [ Full content available at: https://github.com/apache/incubator-dubbo/issues/3310 ] This message was relayed via gitbox.apache.org for [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
