org.apache.iotdb iotdb-parent 1.0.0-SNAPSHOT ../pom.xml 4.0.0 testcontainer false docker build -t apache/iotdb:maven-development -f ${basedir}/../docker/src/main/Dockerfile-single ${basedir}/../. image rm apache/iotdb:maven-development build -t apache/iotdb:sync-maven-development -f ${basedir}/../docker/src/main/Dockerfile-single-tc ${basedir}/../. image rm apache/iotdb:sync-maven-development org.apache.iotdb iotdb-jdbc ${project.version} test org.apache.iotdb iotdb-session ${project.version} test org.apache.iotdb iotdb-cli ${project.version} test org.apache.iotdb iotdb-server ${project.version} test testcontainer true org.codehaus.mojo exec-maven-plugin 1.6.0 build-docker-image pre-integration-test exec ${docker.test.skip} ${docker.build.executable} ${docker.build.single.argument} build-sync-docker-image pre-integration-test exec ${docker.test.skip} ${docker.build.executable} ${docker.build.sync.argument} clean-docker-image post-integration-test exec ${docker.test.skip} ${docker.build.executable} ${docker.clean.single.argument} clean-sync-docker-image post-integration-test exec ${docker.test.skip} ${docker.build.executable} ${docker.clean.sync.argument} org.codehaus.mojo build-helper-maven-plugin 3.2.0 add-test-container-source generate-test-sources add-test-source ${basedir}/src/test/java org.apache.maven.plugins maven-failsafe-plugin run-integration-tests integration-test integration-test verify test-sync org.codehaus.mojo exec-maven-plugin 1.6.0 build-sync-docker-image pre-integration-test exec ${docker.test.skip} ${docker.build.executable} ${docker.build.sync.argument} clean-sync-docker-image post-integration-test exec ${docker.test.skip} ${docker.build.executable} ${docker.clean.sync.argument} org.codehaus.mojo build-helper-maven-plugin 3.2.0 add-test-container-source generate-test-sources add-test-source ${basedir}/src/test/java org.apache.maven.plugins maven-failsafe-plugin run-integration-tests integration-test integration-test verify **/org/apache/iotdb/db/sync/**