Skip to content

Commit

Permalink
TIKA-3068 -- fix release configuration for tika-server's new bin/serv…
Browse files Browse the repository at this point in the history
…ice mode
  • Loading branch information
tballison committed Mar 11, 2020
1 parent abf4bd5 commit b55a8d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
<include name="target/*-src.zip*" />
<include name="tika-app/target/tika-app-${project.version}.jar*" />
<include name="tika-server/target/tika-server-${project.version}.jar*" />
<include name="tika-server/target/tika-server-${project.version}.bin.tgz*" />
<include name="tika-server/target/tika-server-${project.version}.bin.zip*" />
<include name="tika-eval/target/tika-eval-${project.version}.jar*" />
</fileset>
</copy>
Expand Down
20 changes: 12 additions & 8 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,14 +401,7 @@
</excludeCoordinates>
</configuration>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven.assembly.version}</version>
<configuration>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
</plugin>

<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
Expand Down Expand Up @@ -454,6 +447,17 @@
<artifactId>maven-shade-plugin</artifactId>
<version>${maven.shade.version}</version>
</plugin>
<!-- assembly must happen after shade so that
tika-server's -bin.tgz/zip includes the uber jar
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven.assembly.version}</version>
<configuration>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit b55a8d9

Please sign in to comment.