Skip to content

Commit 7d83213

Browse files
authored
[FLINK-38208] Use new Fabric8 client CRD generator in Flink Operator
1 parent d5f4753 commit 7d83213

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

flink-kubernetes-operator-api/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ under the License.
7070
<!-- Fabric 8 -->
7171
<dependency>
7272
<groupId>io.fabric8</groupId>
73-
<artifactId>crd-generator-apt</artifactId>
73+
<artifactId>crd-generator-api-v2</artifactId>
7474
<version>${fabric8.version}</version>
7575
<scope>provided</scope>
7676
</dependency>
@@ -288,6 +288,18 @@ under the License.
288288
</execution>
289289
</executions>
290290
</plugin>
291+
<plugin>
292+
<groupId>io.fabric8</groupId>
293+
<artifactId>crd-generator-maven-plugin</artifactId>
294+
<version>${fabric8.version}</version>
295+
<executions>
296+
<execution>
297+
<goals>
298+
<goal>generate</goal>
299+
</goals>
300+
</execution>
301+
</executions>
302+
</plugin>
291303
</plugins>
292304
</build>
293305
</project>

0 commit comments

Comments
 (0)