suninformation commented on issue #561: URL: https://github.com/apache/maven-mvnd/issues/561#issuecomment-1005982605
@gnodet I download and switch i561 branches from https://github.com/gnodet/mvnd.git. The result of running after compilation is still wrong, and the problem has not been solved. ```shell suninformation@mintlinux:~/Workspace/goldenriver-drc-parent/goldenriver-drc$ mvnd ymate:entity [INFO] Processing build on daemon a8dbc4c2 [INFO] Scanning for projects... [INFO] BuildTimeEventSpy is registered. [INFO] Task segments : [ymate:entity] [INFO] Build maximum degree of concurrency is 1 [INFO] Total number of projects is 1 [INFO] [INFO] ------------------< com.goldenriver:goldenriver-drc >------------------- [INFO] Building goldenriver-drc 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- ymate-maven-plugin:1.0.0:entity (default-cli) @ goldenriver-drc --- [INFO] Found and load the config file: /home/suninformation/Workspace/goldenriver-drc-parent/goldenriver-drc/src/main/resources/ymp-conf.properties [INFO] Initializing ymate-platform-core-2.1.0-Release build-2022-01-05T16:55:24Z - debug:true - env:dev - PID:13398 [INFO] Initializing ymate-platform-persistence-jdbc-2.1.0-Release build-2022-01-05T16:55:24Z [INFO] RecycleHelper has registered the number of resources to be recycled: 0 [INFO] Initialization completed, Total time: 1ms [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.215 s [INFO] Finished at: 2022-01-06T02:27:08+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal net.ymate.maven.plugins:ymate-maven-plugin:1.0.0:entity (default-cli) on project goldenriver-drc: No suitable driver found for jdbc:mysql://192.168.3.6:3306/drc?useUnicode=true&useSSL=false&characterEncoding=UTF-8 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException suninformation@mintlinux:~/Workspace/goldenriver-drc-parent/goldenriver-drc$ mvnd -version mvnd native client 0.7.2-SNAPSHOT-linux-amd64 (f81c974b881903465bd415d801cca1e82ce1ec0a) Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.linux.LinuxNativePty Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /home/suninformation/Workspace/mvnd/dist/target/mvnd-0.7.2-SNAPSHOT-linux-amd64/mvn Java version: 11.0.13, vendor: GraalVM Community, runtime: /home/suninformation/Downloads/graalvm-ce-java11-21.3.0 Default locale: zh_CN, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-92-generic", arch: "amd64", family: "unix" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
