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


##########
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:
   It seems that no matter what phase the `maven-antrun-plugin` is configured 
in, IntelliJ IDEA will not run when building the project, so the 
`kyuubi-version-info.properties` file will not be generated.



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