File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
flink-kubernetes-operator-api Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments