You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/12/16 20:53:04 UTC

[tika] 01/02: tweak tika-server-core's pom ref TIKA-3180

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit e6f25c534722ea53734fb0f04927c6b2ee15065a
Author: tallison <ta...@apache.org>
AuthorDate: Wed Dec 16 15:14:34 2020 -0500

    tweak tika-server-core's pom ref TIKA-3180
---
 tika-server/tika-server-core/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/tika-server/tika-server-core/pom.xml b/tika-server/tika-server-core/pom.xml
index bed8766..c06e98b 100644
--- a/tika-server/tika-server-core/pom.xml
+++ b/tika-server/tika-server-core/pom.xml
@@ -300,23 +300,6 @@
                     </excludes>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <configuration>
-                    <descriptors>
-                        <descriptor>assembly.xml</descriptor>
-                    </descriptors>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>make-assembly</id> <!-- this is used for inheritance merges -->
-                        <phase>package</phase> <!-- bind to the packaging phase -->
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
     <profiles>