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 2021/12/15 19:43:07 UTC

[tika] branch main updated: Update README.md

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


The following commit(s) were added to refs/heads/main by this push:
     new 9f8ff6c  Update README.md
9f8ff6c is described below

commit 9f8ff6c208513581bd24928d0e73535db9fd4303
Author: Tim Allison <ta...@apache.org>
AuthorDate: Wed Dec 15 14:43:02 2021 -0500

    Update README.md
---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 33ad046..9901b86 100644
--- a/README.md
+++ b/README.md
@@ -18,19 +18,27 @@ Pre-built binaries of Apache Tika standalone applications are available
 from https://tika.apache.org/download.html . Pre-built binaries of all the
 Tika jars can be fetched from Maven Central or your favourite Maven mirror.
 
-**Tika 1.X is End of Life** see [Migrating to 2.x](#migrating-to-2x) below for more details.
+**Tika 1.X is scheduled for End of Life (EOL) on September 30, 2022** see [Migrating to 2.x](#migrating-to-2x) below for more details.  We will
+continue to make security improvements until the EOL, but we do not plan to back port new functionality from the main/2.x branch.
 
 Tika is based on **Java 8** and uses the [Maven 3](https://maven.apache.org) build system. 
+**N.B.** [Docker](https://www.docker.com/products/personal) is required in the main branch to complete all unit tests. You can pass the `-DskipTests` flag if you wish to skip tests.
+
 To build Tika from source, use the following command in the main directory:
 
     mvn clean install
 
-**N.B.** [Docker](https://www.docker.com/products/personal) is required to complete all unit tests. You can pass the `-DskipTests` flag if you wish to skip tests.
 
 The build consists of a number of components, including a standalone runnable jar that you can use to try out Tika features. You can run it like this:
 
     java -jar tika-app/target/tika-app-*.jar --help
 
+
+To build build a specific project (for example, tika-server-standard):
+
+    mvn clean install -am -pl :tika-server-standard
+
+
 Migrating to 2.x
 ================
 The initial 2.x release notes are available in the [archives](https://archive.apache.org/dist/tika/2.0.0/CHANGES-2.0.0.txt).