We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df4505 commit bd7d519Copy full SHA for bd7d519
persistence-commons/kogito-ddl/src/assembly/productized-multi-repo-zip.xml
@@ -36,6 +36,14 @@
36
</dependencySet>
37
</dependencySets>
38
<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>
47
<!-- Data Index -->
48
<fileSet>
49
<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