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 289435f commit 8208464Copy full SHA for 8208464
Dockerfile-Sample-Faker
@@ -4,6 +4,8 @@ COPY ./pom.xml /opt/pom.xml
4
COPY ./connector/pom.xml /opt/connector/pom.xml
5
COPY ./integration-tests/pom.xml /opt/integration-tests/pom.xml
6
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
9
COPY ./kafka-questdb-connector-samples/pom.xml /opt/kafka-questdb-connector-samples/pom.xml
10
RUN mvn -B -f ./pom.xml -pl connector dependency:go-offline
11
0 commit comments