Skip to content

Commit 5069d0e

Browse files
committed
Generate bom file
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent ff7f62a commit 5069d0e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,34 @@
243243
</execution>
244244
</executions>
245245
</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>
246274
</plugins>
247275
</build>
248276

0 commit comments

Comments
 (0)