We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f4753 commit 928f13eCopy full SHA for 928f13e
1 file changed
flink-kubernetes-operator-api/pom.xml
@@ -70,7 +70,7 @@ under the License.
70
<!-- Fabric 8 -->
71
<dependency>
72
<groupId>io.fabric8</groupId>
73
- <artifactId>crd-generator-apt</artifactId>
+ <artifactId>crd-generator-api-v2</artifactId>
74
<version>${fabric8.version}</version>
75
<scope>provided</scope>
76
</dependency>
@@ -288,6 +288,18 @@ under the License.
288
</execution>
289
</executions>
290
</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>
303
</plugins>
304
</build>
305
</project>
0 commit comments