Skip to content

Commit

Permalink
Include the sql scripts in the dist.
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Jan 28, 2025
1 parent 186718a commit 1e65934
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion release/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@
<source>../tcks/apis/persistence/persistence-outside-container/docs/userguide/target/generated-docs/Jakarta-Persistence-TCK-Users-Guide.pdf</source>
</file>
</files>

<fileSets>
<!-- Root README -->
<fileSet>
<directory>${project.basedir}</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>README.adoc</include>
</includes>
</fileSet>
<!-- legacy config stuff, some probably obsolete -->
<fileSet>
<directory>${project.basedir}/../install/jakartaee/bin</directory>
<outputDirectory>bin</outputDirectory>
Expand All @@ -74,7 +77,11 @@
<include>ts.jte</include>
</includes>
</fileSet>
<!-- User guides -->
<!-- SQL scripts -->
<fileSet>
<directory>${project.basedir}/../sql</directory>
<outputDirectory>sql</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
Expand Down

0 comments on commit 1e65934

Please sign in to comment.