Skip to content

Commit bd7d519

Browse files
authored
add persistence-commons as part of productized-multi-repo-zip.xml (#61)
1 parent 3df4505 commit bd7d519

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

persistence-commons/kogito-ddl/src/assembly/productized-multi-repo-zip.xml

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
</dependencySet>
3737
</dependencySets>
3838
<fileSets>
39+
<!-- Persistence Commons -->
40+
<fileSet>
41+
<directory>${project.root.dir}/persistence-commons/persistence-commons-postgresql/src/main/resources/kie-flyway/db/persistence-commons/postgresql</directory>
42+
<outputDirectory>postgresql/persistence-commons</outputDirectory>
43+
<includes>
44+
<include>*.sql</include>
45+
</includes>
46+
</fileSet>
3947
<!-- Data Index -->
4048
<fileSet>
4149
<directory>${project.root.dir}/data-index/data-index-storage/data-index-storage-postgresql/src/main/resources/kie-flyway/db/data-index/postgresql</directory>

0 commit comments

Comments
 (0)