We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369e7be commit 2f61126Copy full SHA for 2f61126
pom.xml
@@ -22,7 +22,7 @@ under the License.
22
<parent>
23
<groupId>org.apache.flink</groupId>
24
<artifactId>flink-connector-parent</artifactId>
25
- <version>1.0.0</version>
+ <version>1.1.0</version>
26
</parent>
27
28
<modelVersion>4.0.0</modelVersion>
@@ -86,6 +86,9 @@ under the License.
86
of entries in the form '[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
87
<flink.connector.module.config/>
88
<flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m -XX:+IgnoreUnrecognizedVMOptions ${flink.connector.module.config}</flink.surefire.baseArgLine>
89
+ <!-- exclude nested tests to avoid executing them twice since the outer class will execute
90
+ them -->
91
+ <additionalExcludes>**/*$*</additionalExcludes>
92
</properties>
93
94
<dependencies>
0 commit comments