We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7f62a commit 5069d0eCopy full SHA for 5069d0e
pom.xml
@@ -243,6 +243,34 @@
243
</execution>
244
</executions>
245
</plugin>
246
+
247
+ <plugin>
248
+ <groupId>io.sundr</groupId>
249
+ <artifactId>sundr-maven-plugin</artifactId>
250
+ <version>0.200.0</version>
251
+ <inherited>false</inherited>
252
+ <configuration>
253
+ <boms>
254
+ <bom>
255
+ <artifactId>sqrl-flink-bom</artifactId>
256
+ <name>DataSQRL: Flink support</name>
257
258
+ <modules>
259
+ <includes>
260
+ <include>${project.groupId}:*</include>
261
+ </includes>
262
+ </modules>
263
+ </bom>
264
+ </boms>
265
+ </configuration>
266
+ <executions>
267
+ <execution>
268
+ <goals>
269
+ <goal>generate-bom</goal>
270
+ </goals>
271
+ </execution>
272
+ </executions>
273
+ </plugin>
274
</plugins>
275
</build>
276
0 commit comments