Skip to content

Commit 8208464

Browse files
committed
fixed sample project
1 parent 289435f commit 8208464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile-Sample-Faker

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ COPY ./pom.xml /opt/pom.xml
44
COPY ./connector/pom.xml /opt/connector/pom.xml
55
COPY ./integration-tests/pom.xml /opt/integration-tests/pom.xml
66
COPY ./integration-tests/cp-server/pom.xml /opt/integration-tests/cp-server/pom.xml
7+
COPY ./integration-tests/commons/pom.xml /opt/integration-tests/commons/pom.xml
8+
COPY ./integration-tests/debezium/pom.xml /opt/integration-tests/debezium/pom.xml
79
COPY ./kafka-questdb-connector-samples/pom.xml /opt/kafka-questdb-connector-samples/pom.xml
810
RUN mvn -B -f ./pom.xml -pl connector dependency:go-offline
911

0 commit comments

Comments
 (0)