cxzl25 commented on code in PR #3847:
URL: https://github.com/apache/incubator-kyuubi/pull/3847#discussion_r1039431064


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/package.scala:
##########
@@ -30,7 +30,8 @@ package object kyuubi {
     if (buildFileStream == null) {
       throw new KyuubiException(s"Can not load the core build file: 
$buildFile, if you meet " +
         s"this exception when running unit tests " +
-        s"please make sure you have run the `mvn package` or `mvn 
generate-resources` command.")
+        s"please make sure you have run the `mvn package` or " +
+        s"`mvn antrun:run@build-info -pl kyuubi-common` command.")

Review Comment:
   If you specify the execution id to run ( `mvn antrun:run@build-info -pl 
kyuubi-common` ) , you need maven version 3.3.1 or higher.
   
   > MNG-5768 specify execution-id for direct plugin goal invocation from 
command line
   https://issues.apache.org/jira/browse/MNG-5768



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to