We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4962fb4 commit 4b1476fCopy full SHA for 4b1476f
java/infra/docker/feature-server/Dockerfile
@@ -16,7 +16,7 @@ COPY java/coverage/pom.xml coverage/pom.xml
16
# user to optionally use cached repository when building the image by copying
17
# the existing .m2 directory to $FEAST_REPO_ROOT/.m2
18
ENV MAVEN_OPTS="-Dmaven.repo.local=/build/.m2/repository -DdependencyLocationsEnabled=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3"
19
-#COPY java/pom.xml .m2/* .m2/
+COPY java/pom.xml .m2/* .m2/
20
RUN mvn dependency:go-offline -DexcludeGroupIds:dev.feast 2>/dev/null || true
21
22
COPY java/ .
0 commit comments