File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM docker.io/library/maven:3.8.6-openjdk-18 AS builder
44WORKDIR /root/trino-redisearch
55COPY . /root/trino-redisearch
66ENV MAVEN_FAST_INSTALL="-DskipTests -Dair.check.skip-all=true -Dmaven.javadoc.skip=true -B -q -T C1"
7- RUN mvn install $MAVEN_FAST_INSTALL
7+ RUN mvn package $MAVEN_FAST_INSTALL
88
99FROM trinodb/trino:${TRINO_VERSION}
1010
Original file line number Diff line number Diff line change 387387 </execution >
388388 </executions >
389389 </plugin >
390+ <plugin >
391+ <groupId >pl.project13.maven</groupId >
392+ <artifactId >git-commit-id-plugin</artifactId >
393+ <configuration >
394+ <failOnNoGitDirectory >false</failOnNoGitDirectory >
395+ </configuration >
396+ </plugin >
390397 </plugins >
391398 </build >
392399
You can’t perform that action at this time.
0 commit comments