suninformation opened a new issue #561:
URL: https://github.com/apache/maven-mvnd/issues/561


   The same command is executed successfully for the first time but is abnormal 
when it is executed again.
   Two command execution console outputs are as follows:
   
   ```shell
   ➜  goldenriver-drc git:(master) ✗ mvnd clean compile ymate:entity 
-DshowOnly=true
   [INFO] Processing build on daemon 120445ee
   [INFO] Scanning for projects...
   [INFO] BuildTimeEventSpy is registered.
   [INFO]
   [INFO] Using the SmartBuilder implementation with a thread count of 3
   [INFO] Task segments : [clean, compile, ymate:entity]
   [INFO] Build maximum degree of concurrency is 3
   [INFO] Total number of projects is 1
   [INFO]
   [INFO] ------------------< com.goldenriver:goldenriver-drc 
>-------------------
   [INFO] Building goldenriver-drc 1.0-SNAPSHOT
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO]
   [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ goldenriver-drc ---
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
goldenriver-drc ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 1 resource
   [INFO]
   [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
goldenriver-drc ---
   [INFO] Compiling 19 source files to 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc/target/classes
   [INFO]
   [INFO] --- ymate-maven-plugin:1.0.0:entity (default-cli) @ goldenriver-drc 
---
   [INFO] Found and load the config file: 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc/src/main/resources/ymp-conf.properties
   [INFO]
   __  __ __  ___ ___
   \ \/ //  |/  // _ \
    \  // /|_/ // ___/
    /_//_/  /_//_/  www.ymate.net
   [INFO] Initializing ymate-platform-core-2.1.0-Release 
build-2022-01-04T16:31:32Z - debug:true - env:dev - PID:50137
   [INFO] Initializing ymate-platform-persistence-jdbc-2.1.0-Release 
build-2022-01-04T16:31:32Z
   [INFO] RecycleHelper has registered the number of resources to be recycled: 0
   [INFO] Initialization completed, Total time: 63ms
   [INFO] Using Transaction class 
[net.ymate.platform.persistence.jdbc.transaction.impl.DefaultTransaction].
   [INFO] [SHOW FULL TABLES WHERE table_type = ?]["BASE TABLE"][1][14ms]
   [INFO] [stdout] TABLE_NAME: ApkCheckRule
   [INFO] [stdout] COMMENT:
   [INFO] [stdout] 
+----------------+-------------------+-------------+----------------+--------+-----------+-------+----------+---------+---------+
   [INFO] [stdout] | COLUMN_NAME    | COLUMN_CLASS_NAME | PRIMARY_KEY | 
AUTO_INCREMENT | SIGNED | PRECISION | SCALE | NULLABLE | DEFAULT | REMARKS |
   [INFO] [stdout] 
+----------------+-------------------+-------------+----------------+--------+-----------+-------+----------+---------+---------+
   [INFO] [stdout] | apkversion     | java.lang.String  | TRUE        | FALSE   
       | FALSE  | 64        | 0     | FALSE    | NULL    |         |
   [INFO] [stdout] | apkpackagename | java.lang.String  | TRUE        | FALSE   
       | FALSE  | 128       | 0     | FALSE    | NULL    |         |
   [INFO] [stdout] | apkdigest      | java.lang.String  | FALSE       | FALSE   
       | FALSE  | 128       | 0     | FALSE    | NULL    |         |
   [INFO] [stdout] | configfiles    | java.lang.String  | FALSE       | FALSE   
       | FALSE  | 8192      | 0     | FALSE    | NULL    |         |
   [INFO] [stdout] 
+----------------+-------------------+-------------+----------------+--------+-----------+-------+----------+---------+---------+
   [INFO] [stdout]
   [INFO] Segment walltime 2 s, segment projects service time 2 s, 
effective/maximum degree of concurrency 1.00/3
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  2.475 s (Wall Clock)
   [INFO] Finished at: 2022-01-05T00:32:03+08:00
   [INFO] 
------------------------------------------------------------------------
   ➜  goldenriver-drc git:(master) ✗ mvnd clean compile ymate:entity 
-DshowOnly=true
   [INFO] Processing build on daemon 120445ee
   [INFO] Scanning for projects...
   [INFO] BuildTimeEventSpy is registered.
   [INFO]
   [INFO] Using the SmartBuilder implementation with a thread count of 3
   [INFO] Task segments : [clean, compile, ymate:entity]
   [INFO] Build maximum degree of concurrency is 3
   [INFO] Total number of projects is 1
   [INFO]
   [INFO] ------------------< com.goldenriver:goldenriver-drc 
>-------------------
   [INFO] Building goldenriver-drc 1.0-SNAPSHOT
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO]
   [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ goldenriver-drc ---
   [INFO] Deleting 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc/target
   [INFO]
   [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
goldenriver-drc ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 1 resource
   [INFO]
   [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
goldenriver-drc ---
   [INFO] Compiling 19 source files to 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc/target/classes
   [INFO]
   [INFO] --- ymate-maven-plugin:1.0.0:entity (default-cli) @ goldenriver-drc 
---
   [INFO] Found and load the config file: 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc/src/main/resources/ymp-conf.properties
   [INFO] Initializing ymate-platform-core-2.1.0-Release 
build-2022-01-04T16:31:32Z - debug:true - env:dev - PID:50137
   [INFO] Initializing ymate-platform-persistence-jdbc-2.1.0-Release 
build-2022-01-04T16:31:32Z
   [INFO] RecycleHelper has registered the number of resources to be recycled: 0
   [INFO] Initialization completed, Total time: 3ms
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.750 s (Wall Clock)
   [INFO] Finished at: 2022-01-05T00:32:24+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://localhost: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
   ➜  goldenriver-drc git:(master) ✗
   ```
   
   The Mojo configuration is as follows:
   
   ```java
   @Mojo(name = "entity", requiresDependencyResolution = 
ResolutionScope.RUNTIME, requiresDependencyCollection = ResolutionScope.RUNTIME)
   public class EntityMojo extends AbstractPersistenceMojo {
       ........
   }
   ```
   
   Use the MVN command to execute successfully.
   
   It can be seen from the error message that the runtime dependent package is 
not loaded normally.
   
   The following is debug information:
   
   ```shell
   ➜  goldenriver-drc git:(master) ✗ mvnd ymate:entity -DshowOnly=true -X
   mvnd native client 0.7.1-darwin-amd64 
(97c587c11383a67b5bd0ff8388bd94c694b91c1e)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty 
org.jline.terminal.impl.jansi.osx.OsXNativePty
   [DEBUG] Reading global settings from settings.xml
   [DEBUG] Reading user settings from /Users/suninformation/.m2/settings.xml
   Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
   Maven home: /Users/suninformation/.sdkman/candidates/mvnd/current/mvn
   Java version: 1.8.0_271, vendor: Oracle Corporation, runtime: 
/Library/Java/JavaVirtualMachines/jdk1.8.0_271.jdk/Contents/Home/jre
   Default locale: zh_CN, platform encoding: UTF-8
   OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac"
   [DEBUG] Reading global toolchains from toolchains.xml
   [DEBUG] Reading user toolchains from /Users/suninformation/.m2/toolchains.xml
   [INFO] Error stacktraces are turned on.
   [DEBUG] Message scheme: color
   [DEBUG] Message styles: debug info warning error success failure strong mojo 
project
   [INFO] Processing build on daemon 120445ee
   [DEBUG] Using local repository at /Users/suninformation/.m2/repository
   [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for 
/Users/suninformation/.m2/repository
   [INFO] Scanning for projects...
   [DEBUG] Extension realms for project 
com.goldenriver:goldenriver-drc:jar:1.0-SNAPSHOT: (none)
   [DEBUG] Looking up lifecycle mappings for packaging jar from 
ClassRealm[maven.ext, parent: ClassRealm[plexus.core, parent: null]]
   [DEBUG] Extension realms for project 
com.goldenriver:goldenriver-drc-parent:pom:1.0-SNAPSHOT: (none)
   [DEBUG] Looking up lifecycle mappings for packaging pom from 
ClassRealm[maven.ext, parent: ClassRealm[plexus.core, parent: null]]
   [INFO] BuildTimeEventSpy is registered.
   [DEBUG] Resolving plugin prefix ymate from [org.apache.maven.plugins, 
org.codehaus.mojo]
   [DEBUG] Resolved plugin prefix ymate to 
net.ymate.maven.plugins:ymate-maven-plugin from POM 
com.goldenriver:goldenriver-drc:jar:1.0-SNAPSHOT
   [DEBUG] === REACTOR BUILD PLAN 
================================================
   [DEBUG] Project: com.goldenriver:goldenriver-drc:jar:1.0-SNAPSHOT
   [DEBUG] Tasks:   [ymate:entity]
   [DEBUG] Style:   Regular
   [DEBUG] 
=======================================================================
   [INFO]
   [INFO] Using the SmartBuilder implementation with a thread count of 3
   [INFO] Task segments : [ymate:entity]
   [INFO] Build maximum degree of concurrency is 3
   [INFO] Total number of projects is 1
   [DEBUG] Ready com.goldenriver:goldenriver-drc
   [DEBUG] STARTED build of project com.goldenriver:goldenriver-drc
   [INFO]
   [INFO] ------------------< com.goldenriver:goldenriver-drc 
>-------------------
   [INFO] Building goldenriver-drc 1.0-SNAPSHOT
   [INFO] --------------------------------[ jar 
]---------------------------------
   [DEBUG] Resolving plugin prefix ymate from [org.apache.maven.plugins, 
org.codehaus.mojo]
   [DEBUG] Resolved plugin prefix ymate to 
net.ymate.maven.plugins:ymate-maven-plugin from POM 
com.goldenriver:goldenriver-drc:jar:1.0-SNAPSHOT
   [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, 
process-sources, generate-resources, process-resources, compile, 
process-classes, generate-test-sources, process-test-sources, 
generate-test-resources, process-test-resources, test-compile, 
process-test-classes, test, prepare-package, package, pre-integration-test, 
integration-test, post-integration-test, verify, install, deploy]
   [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
   [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
   [DEBUG] === PROJECT BUILD PLAN 
================================================
   [DEBUG] Project:       com.goldenriver:goldenriver-drc:1.0-SNAPSHOT
   [DEBUG] Dependencies (collect): [runtime]
   [DEBUG] Dependencies (resolve): [runtime]
   [DEBUG] Repositories (dependencies): [central 
(https://repo.maven.apache.org/maven2, default, releases)]
   [DEBUG] Repositories (plugins)     : [central 
(https://repo.maven.apache.org/maven2, default, releases)]
   [DEBUG] 
-----------------------------------------------------------------------
   [DEBUG] Goal:          
net.ymate.maven.plugins:ymate-maven-plugin:1.0.0:entity (default-cli)
   [DEBUG] Style:         Regular
   [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
   <configuration>
     <apidocs>${apidocs}</apidocs>
     <basedir default-value="${basedir}"/>
     <beanOnly>${beanOnly}</beanOnly>
     <cfgFile>${cfgFile}</cfgFile>
     <dataSource default-value="default">${dataSource}</dataSource>
     <dev>${dev}</dev>
     <format default-value="table">${format}</format>
     <mavenProject default-value="${project}"/>
     <overwrite>${overwrite}</overwrite>
     <packageName 
default-value="${project.groupId}">${packageName}</packageName>
     <projectName default-value="${project.artifactId}"/>
     <showOnly>${showOnly}</showOnly>
     <version default-value="${project.version}"/>
     <view>${view}</view>
   </configuration>
   [DEBUG] 
=======================================================================
   [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=293174, 
ConflictMarker.markTime=112056, ConflictMarker.nodeCount=51, 
ConflictIdSorter.graphTime=57698, ConflictIdSorter.topsortTime=65607, 
ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, 
ConflictResolver.totalTime=513627, ConflictResolver.conflictItemCount=50, 
DefaultDependencyCollector.collectTime=148915881, 
DefaultDependencyCollector.transformTime=1138934}
   [DEBUG] com.goldenriver:goldenriver-drc:jar:1.0-SNAPSHOT
   [DEBUG]    junit:junit:jar:4.13.1:test
   [DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:test
   [DEBUG]    com.nimbusds:nimbus-jose-jwt:jar:9.15.2:compile
   [DEBUG]       com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
   [DEBUG]    org.bouncycastle:bcprov-jdk15on:jar:1.70:compile
   [DEBUG]    org.bouncycastle:bcpkix-jdk15on:jar:1.70:compile
   [DEBUG]       org.bouncycastle:bcutil-jdk15on:jar:1.70:compile
   [DEBUG]    com.google.flatbuffers:flatbuffers-java:jar:2.0.3:compile
   [DEBUG]    com.google.crypto.tink:tink:jar:1.6.1:compile
   [DEBUG]       com.google.protobuf:protobuf-java:jar:3.14.0:compile
   [DEBUG]       com.google.code.gson:gson:jar:2.8.6:compile
   [DEBUG]    org.pkcs11:jacknji11:jar:1.2-SNAPSHOT:compile
   [DEBUG]       net.java.dev.jna:jna:jar:5.6.0:compile
   [DEBUG]       com.github.jnr:jnr-ffi:jar:0.6.0:compile
   [DEBUG]          com.github.jnr:jffi:jar:1.0.11:compile
   [DEBUG]          com.github.jnr:jffi:jar:native:1.0.11:runtime
   [DEBUG]          asm:asm:jar:3.2:compile
   [DEBUG]          asm:asm-commons:jar:3.2:compile
   [DEBUG]          asm:asm-analysis:jar:3.2:compile
   [DEBUG]          asm:asm-tree:jar:3.2:compile
   [DEBUG]          asm:asm-util:jar:3.2:compile
   [DEBUG]          com.github.jnr:jnr-x86asm:jar:1.0.1:compile
   [DEBUG]    io.micrometer:micrometer-registry-prometheus:jar:1.8.1:compile
   [DEBUG]       io.micrometer:micrometer-core:jar:1.8.1:compile
   [DEBUG]          org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
   [DEBUG]          org.latencyutils:LatencyUtils:jar:2.0.3:runtime
   [DEBUG]       io.prometheus:simpleclient_common:jar:0.12.0:compile
   [DEBUG]          io.prometheus:simpleclient:jar:0.12.0:compile
   [DEBUG]             io.prometheus:simpleclient_tracer_otel:jar:0.12.0:compile
   [DEBUG]                
io.prometheus:simpleclient_tracer_common:jar:0.12.0:compile
   [DEBUG]             
io.prometheus:simpleclient_tracer_otel_agent:jar:0.12.0:compile
   [DEBUG]    
net.ymate.platform:ymate-platform-persistence-jdbc:jar:2.1.0:compile
   [DEBUG]       com.github.jsqlparser:jsqlparser:jar:4.3:compile
   [DEBUG]       net.ymate.platform:ymate-platform-core:jar:2.1.0:compile 
(version managed from 2.1.0)
   [DEBUG]          cglib:cglib:jar:3.3.0:compile
   [DEBUG]             org.ow2.asm:asm:jar:7.1:compile
   [DEBUG]          net.ymate.platform:ymate-platform-commons:jar:2.1.0:compile
   [DEBUG]             commons-logging:commons-logging:jar:1.2:compile
   [DEBUG]             org.apache.commons:commons-lang3:jar:3.12.0:compile
   [DEBUG]             commons-io:commons-io:jar:2.11.0:compile
   [DEBUG]             commons-codec:commons-codec:jar:1.15:compile
   [DEBUG]             com.alibaba:fastjson:jar:1.2.79:compile
   [DEBUG]             com.thoughtworks.paranamer:paranamer:jar:2.8:compile
   [INFO]
   [INFO] --- ymate-maven-plugin:1.0.0:entity (default-cli) @ goldenriver-drc 
---
   [DEBUG] Configuring mojo 
net.ymate.maven.plugins:ymate-maven-plugin:1.0.0:entity from plugin realm 
ClassRealm[plugin>net.ymate.maven.plugins:ymate-maven-plugin:1.0.0, parent: 
org.mvndaemon.mvnd.common.MavenDaemon$1@6f539caf]
   [DEBUG] Configuring mojo 
'net.ymate.maven.plugins:ymate-maven-plugin:1.0.0:entity' with basic 
configurator -->
   [DEBUG]   (f) basedir = 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc
   [DEBUG]   (f) dataSource = default
   [DEBUG]   (f) format = table
   [DEBUG]   (f) mavenProject = MavenProject: 
com.goldenriver:goldenriver-drc:1.0-SNAPSHOT @ 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc/pom.xml
   [DEBUG]   (f) packageName = com.goldenriver
   [DEBUG]   (f) projectName = goldenriver-drc
   [DEBUG]   (f) showOnly = true
   [DEBUG]   (f) version = 1.0-SNAPSHOT
   [DEBUG] -- end configuration --
   [INFO] Found and load the config file: 
/Users/suninformation/IdeaProjects/YMP_2019/goldenriver-drc-parent/goldenriver-drc/src/main/resources/ymp-conf.properties
   [INFO] Initializing ymate-platform-core-2.1.0-Release 
build-2022-01-04T16:31:32Z - debug:true - env:dev - PID:50137
   [INFO] Initializing ymate-platform-persistence-jdbc-2.1.0-Release 
build-2022-01-04T16:31:32Z
   [INFO] RecycleHelper has registered the number of resources to be recycled: 0
   [INFO] Initialization completed, Total time: 8ms
   [DEBUG] FAILURE build of project com.goldenriver:goldenriver-drc
   [DEBUG] Builder state: blocked=0 finished=1 ready-or-running=0
   [DEBUG] 
------------------------------------------------------------------------
   [DEBUG] Build Time Summary:
   [DEBUG] 
------------------------------------------------------------------------
   [DEBUG] goldenriver-drc [0.027s]
   [DEBUG]   ymate-maven-plugin:entity (default-cli) .................. [0.027s]
   [DEBUG] 
------------------------------------------------------------------------
   [DEBUG]   ymate-maven-plugin:entity (default-cli) .................. [0.027s]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  0.220 s (Wall Clock)
   [INFO] Finished at: 2022-01-05T00:37:10+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://localhost:3306/drc?useUnicode=true&useSSL=false&characterEncoding=UTF-8
 -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: 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://localhost:3306/drc?useUnicode=true&useSSL=false&characterEncoding=UTF-8
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:274)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:196)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:160)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at 
org.mvndaemon.mvnd.builder.SmartBuilderImpl.buildProject(SmartBuilderImpl.java:178)
        at 
org.mvndaemon.mvnd.builder.SmartBuilderImpl$ProjectBuildTask.run(SmartBuilderImpl.java:198)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.maven.plugin.MojoExecutionException: No suitable 
driver found for 
jdbc:mysql://localhost:3306/drc?useUnicode=true&useSSL=false&characterEncoding=UTF-8
        at net.ymate.maven.plugins.EntityMojo.execute(EntityMojo.java:87)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:271)
        ... 11 common frames omitted
   Caused by: java.sql.SQLException: No suitable driver found for 
jdbc:mysql://localhost:3306/drc?useUnicode=true&useSSL=false&characterEncoding=UTF-8
        at java.sql.DriverManager.getConnection(DriverManager.java:689)
        at java.sql.DriverManager.getConnection(DriverManager.java:247)
        at 
net.ymate.platform.persistence.jdbc.impl.DefaultDataSourceAdapter.getConnection(DefaultDataSourceAdapter.java:45)
        at 
net.ymate.platform.persistence.jdbc.impl.DefaultDataSourceAdapter.getConnection(DefaultDataSourceAdapter.java:31)
        at 
net.ymate.platform.persistence.jdbc.impl.DefaultDatabaseConnectionHolder.<init>(DefaultDatabaseConnectionHolder.java:41)
        at 
net.ymate.platform.persistence.jdbc.JDBC.getConnectionHolder(JDBC.java:246)
        at net.ymate.platform.persistence.jdbc.JDBC.openSession(JDBC.java:278)
        at 
net.ymate.platform.persistence.jdbc.scaffold.Scaffold.getTables(Scaffold.java:236)
        at 
net.ymate.maven.plugins.EntityMojo.doCreateEntityClassFiles(EntityMojo.java:92)
        at net.ymate.maven.plugins.EntityMojo.execute(EntityMojo.java:85)
        ... 13 common frames omitted
   [ERROR]
   [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
   ➜  goldenriver-drc git:(master) ✗
   ```


-- 
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]


Reply via email to