zhaojinchao95 commented on PR #25447: URL: https://github.com/apache/shardingsphere/pull/25447#issuecomment-1551477167
> > > > You can compile it at your local environment, The command is : `mvn clean install -Prelease -T1C -Djacoco.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -B` > > > > @zhaojinchao95 > > > > Sorry, I encountered a problem while executing this command locally, but I haven't used this signed plugin before and don't know how to solve it > > > > > > > > > ``` > > > Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:3.0.1:sign (sign-release-artifacts) on project shardingsphere: Execution sign-release-artifacts of goal org.apache.maven.plugins:maven-gpg-plugin:3.0.1:sign failed. > > > ``` > > > > > > I haven't met this problem. You can run `JDBCMetaDataInfoExporterTest.class ` > > There are several files that do not exist in my local environment, which has caused me to fail local compilation and cannot be tested. Can you tell me how they were generated? For example: > > `org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementLexer` > > `org.apache.shardingsphere.distsql.parser.autogen.EncryptDistSQLStatementLexer` > >  > >  Excute `mvn clean install -B -T1C -Dmaven.javadoc.skip=true -Drat.skip=true -Dcheckstyle.skip -Djacoco.skip=true` and run unit test again. -- 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]
