vinishjail97 commented on code in PR #544:
URL: https://github.com/apache/incubator-xtable/pull/544#discussion_r1776913478


##########
Dockerfile:
##########
@@ -23,7 +23,7 @@ WORKDIR /build
 COPY ./ ./
 RUN --mount=type=cache,target=/root/.m2 \
     MAVEN_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=warn mvn  -B  package 
-DskipTests 
-RUN mv xtable-utilities/target/xtable-utilities-$(mvn help:evaluate 
-Dexpression=project.version -q -DforceStdout)-bundled.jar target/app.jar
+RUN mv xtable-utilities_2.12-$(mvn help:evaluate -Dexpression=project.version 
-q -DforceStdout)-bundled.jar target/app.jar

Review Comment:
   @rangareddy I ran this locally, should this be ? 
   `xtable-utilities/target/xtable-utilities_2.12`



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