JAMES-2264 tika should not be disabled any longer
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/538af50b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/538af50b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/538af50b Branch: refs/heads/master Commit: 538af50bf749c513ff904b799734ee6f145435c6 Parents: 7ed9776 Author: Matthieu Baechler <[email protected]> Authored: Mon Nov 13 22:49:09 2017 +0100 Committer: Antoine Duprat <[email protected]> Committed: Fri Dec 22 09:44:59 2017 +0100 ---------------------------------------------------------------------- mailbox/pom.xml | 26 -------------------------- mailbox/tika/pom.xml | 27 +-------------------------- 2 files changed, 1 insertion(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/538af50b/mailbox/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/pom.xml b/mailbox/pom.xml index 773fef9..942081b 100644 --- a/mailbox/pom.xml +++ b/mailbox/pom.xml @@ -95,30 +95,4 @@ </plugins> </build> - <profiles> - <profile> - <id>exclude-tika</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>apache-james-mailbox-elasticsearch</artifactId> - <type>pom</type> - <exclusions> - <exclusion> - <groupId>org.apache.tika</groupId> - <artifactId>tika-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.tika</groupId> - <artifactId>tika-parsers</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> - </profile> - </profiles> </project> http://git-wip-us.apache.org/repos/asf/james-project/blob/538af50b/mailbox/tika/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/tika/pom.xml b/mailbox/tika/pom.xml index d5775fc..de3c71c 100644 --- a/mailbox/tika/pom.xml +++ b/mailbox/tika/pom.xml @@ -97,30 +97,5 @@ <scope>test</scope> </dependency> </dependencies> - - <profiles> - <profile> - <id>remove-tika</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - </profile> - <profile> - <id>exclude-tika</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/**</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> - + </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
