Skip to content

Commit

Permalink
Remove shading of tika-parsers-standard-package (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 11, 2023
1 parent 6a93b54 commit ef8c8ff
Showing 1 changed file with 0 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,78 +371,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven.shade.version}</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>
true
</createDependencyReducedPom>
<artifactSet>
<includes>
<include>org.apache.tika:tika-parser-apple-module</include>
<include>org.apache.tika:tika-parser-audiovideo-module</include>
<include>org.apache.tika:tika-parser-cad-module</include>
<include>org.apache.tika:tika-parser-code-module</include>
<include>org.apache.tika:tika-parser-crypto-module</include>
<include>org.apache.tika:tika-parser-digest-commons</include>
<include>org.apache.tika:tika-parser-font-module</include>
<include>org.apache.tika:tika-parser-html-module</include>
<include>org.apache.tika:tika-parser-image-module</include>
<include>org.apache.tika:tika-parser-jdbc-commons</include>
<include>org.apache.tika:tika-parser-mail-commons</include>
<include>org.apache.tika:tika-parser-mail-module</include>
<include>org.apache.tika:tika-parser-microsoft-module</include>
<include>org.apache.tika:tika-parser-miscoffice-module</include>
<include>org.apache.tika:tika-parser-news-module</include>
<include>org.apache.tika:tika-parser-ocr-module</include>
<include>org.apache.tika:tika-parser-pdf-module</include>
<include>org.apache.tika:tika-parser-pkg-module</include>
<include>org.apache.tika:tika-parser-text-module</include>
<include>org.apache.tika:tika-parser-webarchive-module</include>
<include>org.apache.tika:tika-parser-xml-module</include>
<include>org.apache.tika:tika-parser-xmp-commons</include>
<include>org.apache.tika:tika-parser-zip-commons</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>LICENSE.txt</exclude>
<exclude>NOTICE.txt</exclude>
<exclude>CHANGES</exclude>
<exclude>README</exclude>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/DEPENDENCIES</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>META-INF/NOTICE</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>META-INF/LICENSE</resource>
<file>target/classes/META-INF/LICENSE</file>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Automatic-Module-Name>org.apache.tika.parsers</Automatic-Module-Name>
</manifestEntries>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit ef8c8ff

Please sign in to comment.