zentol commented on code in PR #40:
URL:
https://github.com/apache/flink-connector-elasticsearch/pull/40#discussion_r983959761
##########
pom.xml:
##########
@@ -68,45 +50,25 @@ under the License.
</modules>
<properties>
-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
<flink.version>1.16-SNAPSHOT</flink.version>
<flink.shaded.version>15.0</flink.shaded.version>
- <!-- Overwrite default values from parent pom.
- Intellij is (sometimes?) using those values to choose
target language level
- and thus is changing back to java 1.6 on each maven
re-import -->
- <target.java.version>1.8</target.java.version>
-
<maven.compiler.source>${target.java.version}</maven.compiler.source>
-
<maven.compiler.target>${target.java.version}</maven.compiler.target>
-
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.8.1</junit5.version>
<assertj.version>3.21.0</assertj.version>
<archunit.version>0.22.0</archunit.version>
<testcontainers.version>1.17.2</testcontainers.version>
<mockito.version>2.21.0</mockito.version>
- <spotless.version>2.13.0</spotless.version>
<japicmp.skip>false</japicmp.skip>
<japicmp.referenceVersion>1.15.0</japicmp.referenceVersion>
- <japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.17.2</log4j.version>
- <flink.convergence.phase>validate</flink.convergence.phase>
<test.randomization.seed/>
- <test.unit.pattern>**/*Test.*</test.unit.pattern>
-
- <flink.XmxITCase>2048m</flink.XmxITCase>
- <flink.XmxUnitTest>1024m</flink.XmxUnitTest>
- <!-- Number of forkCounts for ITCase and UnitTest should take
into account allocated memory
- to the jvm (-Xmx) and the available memory on the
machine running the test -->
- <flink.forkCountITCase>2</flink.forkCountITCase>
- <flink.forkCountUnitTest>4</flink.forkCountUnitTest>
- <flink.surefire.baseArgLine>-XX:+UseG1GC
-Xms256m</flink.surefire.baseArgLine>
+
+
<flink.parent.artifactId>flink-connector-elasticsearch-parent</flink.parent.artifactId>
Review Comment:
This is used by the directory maven plugin setup in the parent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]