Skip to content

Commit 4b1476f

Browse files
committed
ci: Fix accidental m2 exclusion
Signed-off-by: Danny Chiao <[email protected]>
1 parent 4962fb4 commit 4b1476f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/infra/docker/feature-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY java/coverage/pom.xml coverage/pom.xml
1616
# user to optionally use cached repository when building the image by copying
1717
# the existing .m2 directory to $FEAST_REPO_ROOT/.m2
1818
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/
19+
COPY java/pom.xml .m2/* .m2/
2020
RUN mvn dependency:go-offline -DexcludeGroupIds:dev.feast 2>/dev/null || true
2121

2222
COPY java/ .

0 commit comments

Comments
 (0)