This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch v3.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git
commit 7d17f1a4cf4ac2bd91842d74fcbb1d13f44889c6 Author: Sergey Nuyanzin <[email protected]> AuthorDate: Fri Oct 13 16:28:17 2023 +0200 [hotfix] Rely on org.apache.flink's surefire configuration. This closes #29 (cherry picked from commit fad07f6fd95aad91f8e8f5a2760e133fb15cea72) --- flink-connector-hbase-e2e-tests/pom.xml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/flink-connector-hbase-e2e-tests/pom.xml b/flink-connector-hbase-e2e-tests/pom.xml index 9e387d7..387448b 100644 --- a/flink-connector-hbase-e2e-tests/pom.xml +++ b/flink-connector-hbase-e2e-tests/pom.xml @@ -151,39 +151,6 @@ under the License. </dependency> </dependencies> - <profiles> - <profile> - <id>run-end-to-end-tests</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <executions> - <execution> - <id>end-to-end-tests</id> - <phase>integration-test</phase> - <goals> - <goal>test</goal> - </goals> - <configuration> - <includes> - <include>**/*.*</include> - </includes> - <!-- E2E tests must not access flink-dist concurrently. --> - <forkCount>1</forkCount> - <systemPropertyVariables> - <moduleDir>${project.basedir}</moduleDir> - </systemPropertyVariables> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <build> <plugins> <plugin>
