Skip to content

Commit 87284b4

Browse files
authored
TIKA-4768 -- include the .mvn dir in src.zip (#2918)
1 parent 3b6f64e commit 87284b4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

assembly.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,13 @@
3131
<exclude>**/*.releaseBackup</exclude>
3232
</excludes>
3333
</fileSet>
34+
<!-- Re-add .mvn (dropped by **/.*/** above); required to build the source release (TIKA-4768). -->
35+
<fileSet>
36+
<directory>${project.basedir}/.mvn</directory>
37+
<outputDirectory>.mvn</outputDirectory>
38+
<excludes>
39+
<exclude>.develocity/**</exclude>
40+
</excludes>
41+
</fileSet>
3442
</fileSets>
3543
</assembly>

0 commit comments

Comments
 (0)