@@ -254,62 +254,62 @@ under the License.
254254 </execution >
255255 </executions >
256256 </plugin >
257- <!-- <plugin> -- >
258- <!-- <artifactId>maven-antrun-plugin</artifactId> -- >
259- <!-- <executions> -- >
260- <!-- <execution> -- >
261- <!-- <id>deployment-crd-compatibility-check</id> -- >
262- <!-- <phase>package</phase> -- >
263- <!-- <goals> -- >
264- <!-- <goal>run</goal> -- >
265- <!-- </goals> -- >
266- <!-- <configuration> -- >
267- <!-- <target> -- >
268- <!-- <java classname="org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker"-->
269- <!-- fork="true" failonerror="true"> -- >
270- <!-- <classpath refid="maven.compile.classpath"/> -- >
271- <!-- <arg value="file://${rootDir}/helm/flink-kubernetes-operator/crds/flinkdeployments.flink.apache.org-v1.yml"/> -- >
272- <!-- <arg value="https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-1.9.0/helm/flink-kubernetes-operator/crds/flinkdeployments.flink.apache.org-v1.yml"/> -- >
273- <!-- </java> -- >
274- <!-- </target> -- >
275- <!-- </configuration> -- >
276- <!-- </execution> -- >
277- <!-- <execution> -- >
278- <!-- <id>sessionjob-crd-compatibility-check</id> -- >
279- <!-- <phase>package</phase> -- >
280- <!-- <goals> -- >
281- <!-- <goal>run</goal> -- >
282- <!-- </goals> -- >
283- <!-- <configuration> -- >
284- <!-- <target> -- >
285- <!-- <java classname="org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker"-->
286- <!-- fork="true" failonerror="true"> -- >
287- <!-- <classpath refid="maven.compile.classpath"/> -- >
288- <!-- <arg value="file://${rootDir}/helm/flink-kubernetes-operator/crds/flinksessionjobs.flink.apache.org-v1.yml"/> -- >
289- <!-- <arg value="https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-1.9.0/helm/flink-kubernetes-operator/crds/flinksessionjobs.flink.apache.org-v1.yml"/> -- >
290- <!-- </java> -- >
291- <!-- </target> -- >
292- <!-- </configuration> -- >
293- <!-- </execution> -- >
294- <!-- <execution> -- >
295- <!-- <id>statesnapshot-crd-compatibility-check</id> -- >
296- <!-- <phase>package</phase> -- >
297- <!-- <goals> -- >
298- <!-- <goal>run</goal> -- >
299- <!-- </goals> -- >
300- <!-- <configuration> -- >
301- <!-- <target> -- >
302- <!-- <java classname="org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker"-->
303- <!-- fork="true" failonerror="true"> -- >
304- <!-- <classpath refid="maven.compile.classpath"/> -- >
305- <!-- <arg value="file://${rootDir}/helm/flink-kubernetes-operator/crds/flinkstatesnapshots.flink.apache.org-v1.yml"/> -- >
306- <!-- <arg value="https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-1.10.0/helm/flink-kubernetes-operator/crds/flinkstatesnapshots.flink.apache.org-v1.yml"/> -- >
307- <!-- </java> -- >
308- <!-- </target> -- >
309- <!-- </configuration> -- >
310- <!-- </execution> -- >
311- <!-- </executions> -- >
312- <!-- </plugin> -- >
257+ <plugin >
258+ <artifactId >maven-antrun-plugin</artifactId >
259+ <executions >
260+ <execution >
261+ <id >deployment-crd-compatibility-check</id >
262+ <phase >package</phase >
263+ <goals >
264+ <goal >run</goal >
265+ </goals >
266+ <configuration >
267+ <target >
268+ <java classname =" org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker"
269+ fork =" true" failonerror =" true" >
270+ <classpath refid =" maven.compile.classpath" />
271+ <arg value =" file://${rootDir}/helm/flink-kubernetes-operator/crds/flinkdeployments.flink.apache.org-v1.yml" />
272+ <arg value =" https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-1.9.0/helm/flink-kubernetes-operator/crds/flinkdeployments.flink.apache.org-v1.yml" />
273+ </java >
274+ </target >
275+ </configuration >
276+ </execution >
277+ <execution >
278+ <id >sessionjob-crd-compatibility-check</id >
279+ <phase >package</phase >
280+ <goals >
281+ <goal >run</goal >
282+ </goals >
283+ <configuration >
284+ <target >
285+ <java classname =" org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker"
286+ fork =" true" failonerror =" true" >
287+ <classpath refid =" maven.compile.classpath" />
288+ <arg value =" file://${rootDir}/helm/flink-kubernetes-operator/crds/flinksessionjobs.flink.apache.org-v1.yml" />
289+ <arg value =" https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-1.9.0/helm/flink-kubernetes-operator/crds/flinksessionjobs.flink.apache.org-v1.yml" />
290+ </java >
291+ </target >
292+ </configuration >
293+ </execution >
294+ <execution >
295+ <id >statesnapshot-crd-compatibility-check</id >
296+ <phase >package</phase >
297+ <goals >
298+ <goal >run</goal >
299+ </goals >
300+ <configuration >
301+ <target >
302+ <java classname =" org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker"
303+ fork =" true" failonerror =" true" >
304+ <classpath refid =" maven.compile.classpath" />
305+ <arg value =" file://${rootDir}/helm/flink-kubernetes-operator/crds/flinkstatesnapshots.flink.apache.org-v1.yml" />
306+ <arg value =" https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-1.10.0/helm/flink-kubernetes-operator/crds/flinkstatesnapshots.flink.apache.org-v1.yml" />
307+ </java >
308+ </target >
309+ </configuration >
310+ </execution >
311+ </executions >
312+ </plugin >
313313 <plugin >
314314 <groupId >org.apache.maven.plugins</groupId >
315315 <artifactId >maven-jar-plugin</artifactId >
0 commit comments