rangareddy commented on code in PR #544:
URL: https://github.com/apache/incubator-xtable/pull/544#discussion_r1774961151
##########
Dockerfile:
##########
@@ -23,7 +23,8 @@ 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
+#RUN mv xtable-utilities/target/$(mvn help:evaluate
-Dexpression=project.build.finalName -q -DforceStdout)-bundled.jar
target/app.jar
Review Comment:
Done
--
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]