first commit migrating 0.0.4 release
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..155f0c4
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,35 @@
+github:
+  description:   "Apache ManifoldCF SDK is a Maven project focused on helping developers to extend ManifoldCF with new connectors and extensions"
+  homepage:      https://manifoldcf.apache.org
+  autolink_jira:
+    - CONNECTORS
+  custom_subjects:
+    new_issue: "{repository}/#{issue_id} created"
+    close_issue: "{repository}/#{issue_id} closed"
+    catchall: "{repository}/#{issue_id} updated"
+    new_discussion: "Created: Discussion {repository}: {title}"
+    edit_discussion: "Edited: Discussion {repository}: {title}"
+    close_discussion: "Closed: Discussion {repository}: {title}"
+    close_discussion_with_comment: "Closed: Discussion with comment {repository}: {title}"
+    reopen_discussion: "Reopened: Discussion {repository}: {title}"
+    new_comment_discussion: "Commented: Discussion {repository}: {title}"
+    edit_comment_discussion: "Edited a comment: Discussion {repository}: {title}"
+    delete_comment_discussion: "Deleted a comment: Discussion {repository}: {title}"
+  labels:
+    - apache
+    - sdk
+    - in-process
+    - manifoldcf
+    - search
+    - docker
+    - maven
+    - extensions
+    - migration
+    - federation
+
+notifications:
+  commits:              commits@manifoldcf.apache.org
+  pullrequests:         dev@manifoldcf.apache.org
+  issues:               dev@manifoldcf.apache.org
+  discussions:          dev@manifoldcf.apache.org
+  pullrequests_bot_dependabot: dev@manifoldcf.apache.org
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6af2a7e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,139 @@
+######################
+# Project Specific
+######################
+/target/www/**
+/src/test/javascript/coverage/
+
+######################
+# Node
+######################
+/node/
+node_tmp/
+npm-debug.log.*
+
+######################
+# SASS
+######################
+.sass-cache/
+
+######################
+# Eclipse
+######################
+*.pydevproject
+.project
+.metadata
+tmp/
+tmp/**/*
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.classpath
+.settings/
+.loadpath
+.factorypath
+/src/main/resources/rebel.xml
+
+# External tool builders
+.externalToolBuilders/**
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# CDT-specific
+.cproject
+
+# PDT-specific
+.buildpath
+
+######################
+# Intellij
+######################
+.idea/
+*.iml
+*.iws
+*.ipr
+*.ids
+*.orig
+
+######################
+# Visual Studio Code
+######################
+.vscode/
+
+######################
+# Maven
+######################
+log
+target
+
+######################
+# Gradle
+######################
+.gradle/
+/build/
+
+######################
+# Package Files
+######################
+#*.jar
+*.war
+*.ear
+*.db
+
+######################
+# Windows
+######################
+# Windows image file caches
+Thumbs.db
+
+# Folder config file
+Desktop.ini
+
+######################
+# Mac OSX
+######################
+.DS_Store
+.svn
+
+# Thumbnails
+._*
+
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+######################
+# Directories
+######################
+/bin/
+/deploy/
+
+######################
+# Logs
+######################
+*.log*
+
+######################
+# Others
+######################
+*.class
+*.*~
+*~
+.merge_file*
+
+######################
+# Gradle Wrapper
+######################
+!gradle/wrapper/gradle-wrapper.jar
+
+######################
+# Maven Wrapper
+######################
+!.mvn/wrapper/maven-wrapper.jar
+
+######################
+# ESLint
+######################
+.eslintcache
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..261eeb9
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,201 @@
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..01faccd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,87 @@
+# Apache ManifoldCF SDK 0.0.4
+This is the SDK project of Apache ManifoldCF dedicated to developers that need to extend the platform with new components, connectors or integrations using Maven and Docker. On the other hand this SDK can be extremely useful also for all the developers who want to contribute to the ManifoldCF project.
+This project has started with an initial contribution by @OpenPj and @binduwavell.
+
+The SDK will take care of the following tasks:
+* Creating the Docker Volumes for the MCF Maven Repo and the MCF installation
+* Preparing the Docker Image for executing the build installing Ant and Maven
+* Running the container for executing the building process with Ant and then with Maven
+* Copying the entire Maven Repo in the Maven target folder in the host machine (locally)
+* Generating the MCF official site
+
+Examples of commands using the main bash script for a typical usage:
+* `./run.sh init 2.26 ga` -> start the init process for ManifoldCF 2.26 GA
+* `./run.sh build_start` -> build extensions and run everything with Docker locally
+* `./run.sh start` -> start all the containers (MCF and PostgreSQL)
+* `./run.sh stop` -> stop all the containers (MCF and PostgreSQL)
+
+Examples of commands for developing and testing MCF itself:
+* `./run.sh init 2.22.1 rc` -> start the init process for ManifoldCF 2.22.1 RC
+* `./run.sh test` -> execute unit and integration tests in the MCF source bundle
+* `./run.sh clean` -> execute ant clean; mvn clean in the MCF source bundle
+* `./run.sh purge` -> removes all the Docker Volumes and the MCF init container
+
+Examples of commands for generating the MCF website contents:
+* `./run-site.sh build` -> Start Apache ManifoldCF SDK initialization for generating website contents
+* `./run-site.sh start` -> Run ManifoldCF Site Docker container
+* `./run-site.sh purge` -> Remove the ManifoldCF Site Docker artifacts and volumes
+* `./run-site.sh clean` -> Start the mcf-sdk-site in order to clean the project
+* `./run-site.sh stop` -> Stop the mcf-sdk-site
+
+# Initializing the local Maven repository using Docker
+In order to compile extensions with Maven, the SDK provides an initialization script that will download the source code of ManifoldCF and then build it in the container. At the end of the build process the Maven repository included in the container will be copied in the local folder `target/mcf-maven-repo`. The local Maven repo will be used as the main reference for compiling the extension code.
+
+The initialization command consists of the following arguments:
+* MCF version
+* MCF distribution: ga for GA release and rc for a Release Candidate
+
+Example for initializing ManifoldCF 2.26 GA release:
+* `./run.sh init 2.26 ga`
+
+Example for initializing ManifoldCF 2.27.1 RC release:
+* `./run.sh init 2.27.1 rc`
+
+The initialization process will be executed with the following command:
+* `/run.sh init 2.21 ga`
+
+# Building extensions, overlaying and run Docker
+A Dockerfile and a Docker Compose file is provided in order to build the ManifoldCF container and for running the instance with its own database, a PostgreSQL container.
+
+The following command will take care of building extensions, run tests and building and running the ManifoldCF container
+* `./run.sh build_start`
+
+To stop all the containers:
+* `./run.sh stop`
+
+# Executing tests in the container
+For running MCF tests related to the source code bundle:
+* `./run.sh test` -> execute unit and integration tests for the related MCF version initialized in the Docker Volumes
+
+# Docker images, containers and volumes
+The Docker images, containers and volumes managed by ManifoldCF SDK are the following:
+
+## run.sh (.bat)
+
+The Docker image created with for creating the ManifoldCF installation and Maven repo is `mcf-sdk-init`.
+The Docker container built by the SDK in order to create the installation folder and the Maven repo is `mcf-sdk-init-container`.
+
+### Containers & Images
+
+* `mcf-sdk-init` -> image created with for creating the ManifoldCF installation
+* `mcf-sdk-init-container` -> container built by the SDK in order to create the installation folder and the Maven repo 
+
+### Volumes
+* `mcf-maven-repo` -> this volume contains the Maven repo created by the initialization process
+* `mcf-app-volume` -> this volume contains the installation storage of ManifoldCF
+
+## run-site.sh (.bat)
+
+### Containers & Images
+
+* `mcf-sdk-site` -> image created with specific version of Apache Ant 1.9.x, Python 2.7.x and OpenJDK 8
+* `mcf-sdk-site` -> container running the generation process of the website contents
+
+### Volumes
+* `mcf-site-source` -> this volume contains the site trunk code
+* `mcf-site-generated-volume` -> this volume contains the generated site
+
diff --git a/mcf-docker-overlay/pom.xml b/mcf-docker-overlay/pom.xml
new file mode 100644
index 0000000..6e98871
--- /dev/null
+++ b/mcf-docker-overlay/pom.xml
@@ -0,0 +1,239 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>mcf-docker-overlay</artifactId>
+	<packaging>jar</packaging>
+	<name>Apache ManifoldCF SDK - Docker Overlay</name>
+
+	<parent>
+		<groupId>org.apache.manifoldcf</groupId>
+		<artifactId>mcf-sdk</artifactId>
+		<version>0.0.4</version>
+	</parent>
+
+	<properties>
+
+		<docker.tomcat.port.external>8345</docker.tomcat.port.external>
+		<docker.tomcat.port.internal>8345</docker.tomcat.port.internal>
+
+		<docker.mcf.database.port.internal>5432</docker.mcf.database.port.internal>
+		<docker.mcf.database.port.external>5432</docker.mcf.database.port.external>
+		<docker.mcf.database.vendor>postgres</docker.mcf.database.vendor>
+		<docker.mcf.database.vendor.version>${postgresql.version}</docker.mcf.database.vendor.version>
+		<docker.mcf.database.image>${docker.mcf.database.vendor}:${docker.mcf.database.vendor.version}</docker.mcf.database.image>
+		<docker.mcf.database.server.db.name>manifoldcf</docker.mcf.database.server.db.name>
+		<docker.mcf.database.username>manifoldcf</docker.mcf.database.username>
+		<docker.mcf.database.password>manifoldcf</docker.mcf.database.password>
+		<docker.mcf.database.driver>org.postgresql.Driver</docker.mcf.database.driver>
+		<docker.mcf.database.dialect>org.hibernate.dialect.PostgreSQLDialect</docker.mcf.database.dialect>
+		<docker.mcf.database.url>jdbc:postgresql://postgre:5433/manifoldcf?characterEncoding=UTF-8</docker.mcf.database.url>
+		<docker.mcf.database.csrf.disabled>true</docker.mcf.database.csrf.disabled>
+		<docker.mcf.database.cors.enabled>true</docker.mcf.database.cors.enabled>
+		<docker.mcf.time.test>400000</docker.mcf.time.test>
+		<docker-maven-plugin.skip.save>false</docker-maven-plugin.skip.save>
+		<docker-maven-plugin.build.save>false</docker-maven-plugin.build.save>
+	</properties>
+
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>copy-jar-extensions</id>
+						<phase>package</phase>
+						<goals>
+							<goal>copy</goal>
+						</goals>
+						<configuration>
+							<artifactItems>
+								<artifactItem>
+									<groupId>org.apache.manifoldcf</groupId>
+									<artifactId>mcf-extensions-jar</artifactId>
+									<version>${project.version}</version>
+									<type>jar</type>
+									<overWrite>true</overWrite>
+									<outputDirectory>${project.parent.basedir}/target/extensions</outputDirectory>
+								</artifactItem>
+							</artifactItems>
+							<overWriteReleases>false</overWriteReleases>
+							<overWriteSnapshots>true</overWriteSnapshots>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-resources-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>copy-and-filter-docker-resources</id>
+						<phase>package</phase>
+						<goals>
+							<goal>copy-resources</goal>
+						</goals>
+						<configuration>
+							<outputDirectory>${project.parent.basedir}/target</outputDirectory>
+							<resources>
+								<resource>
+									<directory>src/main/docker</directory>
+									<filtering>true</filtering>
+									<excludes>
+										<exclude>**/*.jar</exclude>
+										<exclude>**/*.so</exclude>
+										<exclude>**/*.gz</exclude>
+									</excludes>
+								</resource>
+							</resources>
+						</configuration>
+					</execution>
+					<execution>
+						<id>copy-and-filter-docker-resources-non-filtered</id>
+						<phase>package</phase>
+						<goals>
+							<goal>copy-resources</goal>
+						</goals>
+						<configuration>
+							<outputDirectory>${project.parent.basedir}/target</outputDirectory>
+							<resources>
+								<resource>
+									<directory>src/main/docker</directory>
+									<filtering>false</filtering>
+									<includes>
+										<include>**/*.jar</include>
+										<include>**/*.so</include>
+										<include>**/*.gz</include>
+									</includes>
+								</resource>
+							</resources>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>io.fabric8</groupId>
+				<artifactId>docker-maven-plugin</artifactId>
+				<configuration>
+					<keepRunning>false</keepRunning>
+					<skip>false</skip>
+					<showLogs>true</showLogs>
+					<logAll>true</logAll>
+					<verbose>true</verbose>
+					<skipSave>${docker-maven-plugin.skip.save}</skipSave>
+					<skipBuild>${docker-maven-plugin.build.save}</skipBuild>
+					<autoCreateCustomNetworks>true</autoCreateCustomNetworks>
+					<images>
+						<image>
+							<alias>mcf-current-project</alias>
+							<name>mcf-sdk/current-project:development</name>
+							<build>
+								<buildOptions>
+									<platforms>linux/amd64, linux/arm64</platforms>
+								</buildOptions>
+								<contextDir>${project.parent.basedir}/target</contextDir>
+								<dockerFile>Dockerfile</dockerFile>
+								<tags>
+									<tag>latest</tag>
+									<tag>${project.version}</tag>
+								</tags>
+							</build>
+							<run>
+								<network>
+									<name>mcf-network</name>
+									<alias>mcf-current-project</alias>
+								</network>
+								<ports>
+									<port>${docker.tomcat.port.external}:${docker.tomcat.port.internal}</port>
+								</ports>
+								<wait>
+									<http>
+										<url>http://${docker.host.address}:${docker.tomcat.port.external}/mcf-crawler-ui</url>
+									</http>
+									<time>${docker.mcf.time.test}</time>
+								</wait>
+								<dependsOn>
+									<container>mcf-postgres</container>
+								</dependsOn>
+							</run>
+						</image>
+						<image>
+							<alias>mcf-postgres</alias>
+							<name>${docker.mcf.database.image}</name>
+							<run>
+								<network>
+									<name>mcf-network</name>
+									<alias>mcf-postgres</alias>
+								</network>
+								<env>
+									<POSTGRES_HOST_AUTH_METHOD>trust</POSTGRES_HOST_AUTH_METHOD>
+									<POSTGRES_DB>${docker.mcf.database.server.db.name}</POSTGRES_DB>
+									<POSTGRES_USER>${docker.mcf.database.username}</POSTGRES_USER>
+									<!--<POSTGRES_PASSWORD>${docker.mcf.database.password}</POSTGRES_PASSWORD> -->
+								</env>
+								<ports>
+									<port>${docker.mcf.database.port.external}:${docker.mcf.database.port.internal}</port>
+								</ports>
+								<wait>
+									<log>database system is ready to accept connections</log>
+									<time>20000</time>
+								</wait>
+								<volumes>
+									<bind>mcf-postgres-volume:/var/lib/postgresql/data</bind>
+								</volumes>
+							</run>
+						</image>
+					</images>
+					<volumes>
+						<volume>
+							<name>mcf-postgres-volume</name>
+							<driver>local</driver>
+						</volume>
+					</volumes>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	 
+	<profiles>
+		<profile>
+			<id>only-eclipse</id>
+			<activation>
+				<property>
+					<name>m2e.version</name>
+				</property>
+			</activation>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.eclipse.m2e</groupId>
+							<artifactId>lifecycle-mapping</artifactId>
+							<version>${maven.lifecycle.mapping.plugin.version}</version>
+							<configuration>
+								<lifecycleMappingMetadata>
+									<pluginExecutions>
+										<pluginExecution>
+											<pluginExecutionFilter>
+												<groupId>org.apache.maven.plugins</groupId>
+												<artifactId>maven-dependency-plugin</artifactId>
+												<versionRange>${maven-dependency-plugin.version}</versionRange>
+												<goals>
+													<goal>copy</goal>
+												</goals>
+											</pluginExecutionFilter>
+											<action>
+												<ignore />
+											</action>
+										</pluginExecution>
+									</pluginExecutions>
+								</lifecycleMappingMetadata>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+
+		</profile>
+	</profiles>
+
+</project>
\ No newline at end of file
diff --git a/mcf-docker-overlay/src/main/docker/Dockerfile b/mcf-docker-overlay/src/main/docker/Dockerfile
new file mode 100644
index 0000000..b0873a9
--- /dev/null
+++ b/mcf-docker-overlay/src/main/docker/Dockerfile
@@ -0,0 +1,34 @@
+FROM eclipse-temurin:11-jre
+LABEL maintainer="The Apache ManifoldCF Project"
+
+ARG MCF_VERSION=2.26
+ARG MCF_USER=manifoldcf
+ARG MCF_USER_ID=100001
+
+ARG MCF_GROUP=manifoldcf
+ARG MCF_GROUP_ID=100002
+
+ARG APP_DIR=/usr/share/manifoldcf
+
+RUN apt-get update && apt-get install -y iputils-ping && \
+	apt-get update && apt-get install -y dnsutils
+
+RUN wget https://dlcdn.apache.org/manifoldcf/apache-manifoldcf-${MCF_VERSION}/apache-manifoldcf-${MCF_VERSION}-bin.tar.gz && \
+    tar -xzvf apache-manifoldcf-${MCF_VERSION}-bin.tar.gz && \
+    cp -R apache-manifoldcf-${MCF_VERSION} ${APP_DIR} && \
+    rm apache-manifoldcf-${MCF_VERSION}-bin.tar.gz
+
+COPY connectors.xml ${APP_DIR}
+COPY properties.xml ${APP_DIR}/example
+COPY extensions/mcf-extensions-jar-${project.version}.jar ${APP_DIR}/connector-lib
+
+RUN set -ex; \
+    groupadd -r --gid "$MCF_GROUP_ID" "$MCF_GROUP"; \
+    useradd -r --uid "$MCF_USER_ID" --gid "$MCF_GROUP_ID" "$MCF_USER"
+
+RUN chown ${MCF_USER}:${MCF_USER} -R ${APP_DIR}
+RUN chmod +x ${APP_DIR}/example/start.sh
+
+USER ${MCF_USER}
+WORKDIR ${APP_DIR}/example
+CMD ["./start.sh"]
\ No newline at end of file
diff --git a/mcf-docker-overlay/src/main/docker/connectors.xml b/mcf-docker-overlay/src/main/docker/connectors.xml
new file mode 100644
index 0000000..7c873a6
--- /dev/null
+++ b/mcf-docker-overlay/src/main/docker/connectors.xml
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" ?>

+<!--

+ Licensed to the Apache Software Foundation (ASF) under one or more

+ contributor license agreements.  See the NOTICE file distributed with

+ this work for additional information regarding copyright ownership.

+ The ASF licenses this file to You under the Apache License, Version 2.0

+ (the "License"); you may not use this file except in compliance with

+ the License.  You may obtain a copy of the License at

+

+     http://www.apache.org/licenses/LICENSE-2.0

+

+ Unless required by applicable law or agreed to in writing, software

+ distributed under the License is distributed on an "AS IS" BASIS,

+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+ See the License for the specific language governing permissions and

+ limitations under the License.

+-->

+

+<!-- The connectors registry file permits registration of domains and connectors upon the

+      startup of the jetty-based ManifoldCF example.  In a real installation, this registration

+      step would be done ideally just once, but in the example the connectors

+      are all reregistered on every startup.

+-->

+<connectors>

+    <!-- Add any authorization domains here -->

+    <!-- authorizationdomain domain="AD" name="ActiveDirectory"/-->

+    <!-- authorizationdomain domain="SHP" name="SharePoint"/-->

+    <!-- authorizationdomain domain="FB" name="FaceBook"/-->

+

+    <!-- Add your output connectors here -->

+  <outputconnector name="Solr" class="org.apache.manifoldcf.agents.output.solr.SolrConnector"/>

+  <outputconnector name="Searchblox" class="org.apache.manifoldcf.agents.output.searchblox.SearchBloxConnector"/>

+  <outputconnector name="OpenSearchServer" class="org.apache.manifoldcf.agents.output.opensearchserver.OpenSearchServerConnector"/>

+  <outputconnector name="Null" class="org.apache.manifoldcf.agents.output.nullconnector.NullConnector"/>

+  <outputconnector name="MongoDB" class="org.apache.manifoldcf.agents.output.mongodboutput.MongodbOutputConnector"/>

+  <outputconnector name="Kafka" class="org.apache.manifoldcf.agents.output.kafka.KafkaOutputConnector"/>

+  <outputconnector name="HDFS" class="org.apache.manifoldcf.agents.output.hdfs.HDFSOutputConnector"/>

+  <outputconnector name="MetaCarta GTS" class="org.apache.manifoldcf.agents.output.gts.GTSConnector"/>

+  <outputconnector name="File system" class="org.apache.manifoldcf.agents.output.filesystem.FileOutputConnector"/>

+  <outputconnector name="ElasticSearch" class="org.apache.manifoldcf.agents.output.elasticsearch.ElasticSearchConnector"/>

+  <outputconnector name="CMIS" class="org.apache.manifoldcf.agents.output.cmisoutput.CmisOutputConnector"/>

+  <outputconnector name="AmazonCloudSearch" class="org.apache.manifoldcf.agents.output.amazoncloudsearch.AmazonCloudSearchConnector"/>

+

+    <!-- Add your transformation connectors here -->

+  <transformationconnector name="Tika external content extractor" class="org.apache.manifoldcf.agents.transformation.tikaservice.TikaExtractor"/>

+  <transformationconnector name="Tika external rmeta content extractor (Tika Server 1.27+)" class="org.apache.manifoldcf.agents.transformation.tikaservice.rmeta.TikaExtractor"/>

+  <transformationconnector name="Tika content extractor" class="org.apache.manifoldcf.agents.transformation.tika.TikaExtractor"/>

+  <transformationconnector name="OpenNLP transformer" class="org.apache.manifoldcf.agents.transformation.opennlp.OpenNlpExtractor"/>

+  <transformationconnector name="Null" class="org.apache.manifoldcf.agents.transformation.nullconnector.NullConnector"/>

+  <transformationconnector name="Html extractor" class="org.apache.manifoldcf.agents.transformation.htmlextractor.HtmlExtractor"/>

+  <transformationconnector name="Metadata adjuster" class="org.apache.manifoldcf.agents.transformation.forcedmetadata.ForcedMetadataConnector"/>

+  <transformationconnector name="Allowed documents" class="org.apache.manifoldcf.agents.transformation.documentfilter.DocumentFilter"/>

+  <transformationconnector name="Content limiter" class="org.apache.manifoldcf.agents.transformation.contentlimiter.ContentLimiter"/>

+

+    <!-- Add your mapping connectors here -->

+  <mappingconnector name="Regular expression mapper" class="org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper"/>

+    

+    <!-- Add your authority connectors here -->

+  <authorityconnector name="SharePoint/Native" class="org.apache.manifoldcf.authorities.authorities.sharepoint.SharePointAuthority"/>

+  <authorityconnector name="SharePoint/ActiveDirectory" class="org.apache.manifoldcf.authorities.authorities.sharepoint.SharePointADAuthority"/>

+  <authorityconnector name="Nuxeo" class="org.apache.manifoldcf.authorities.authorities.nuxeo.NuxeoAuthorityConnector"/>

+  <authorityconnector name="Null" class="org.apache.manifoldcf.authorities.authorities.nullauthority.NullAuthority"/>

+  <authorityconnector name="Meridio" class="org.apache.manifoldcf.authorities.authorities.meridio.MeridioAuthority"/>

+  <!--authorityconnector name="LiveLink" class="org.apache.manifoldcf.authorities.authorities.livelink.LivelinkAuthority"/-->

+  <authorityconnector name="LDAP" class="org.apache.manifoldcf.authorities.authorities.ldap.LDAPAuthority"/>

+  <authorityconnector name="Jira" class="org.apache.manifoldcf.authorities.authorities.jira.JiraAuthorityConnector"/>

+  <authorityconnector name="JDBC" class="org.apache.manifoldcf.authorities.authorities.jdbc.JDBCAuthority"/>

+  <authorityconnector name="Generic" class="org.apache.manifoldcf.authorities.authorities.generic.GenericAuthority"/>

+  <authorityconnector name="Documentum" class="org.apache.manifoldcf.authorities.authorities.DCTM.AuthorityConnector"/>

+  <authorityconnector name="ContentServer Web Services" class="org.apache.manifoldcf.authorities.authorities.csws.CswsAuthority"/>

+  <authorityconnector name="Confluence" class="org.apache.manifoldcf.authorities.authorities.confluence.ConfluenceAuthorityConnector"/>

+  <authorityconnector name="Confluence v6+" class="org.apache.manifoldcf.authorities.authorities.confluence.v6.ConfluenceAuthorityConnector"/>

+  <authorityconnector name="CMIS" class="org.apache.manifoldcf.authorities.authorities.cmis.CmisAuthorityConnector"/>

+  <authorityconnector name="AmazonS3" class="org.apache.manifoldcf.authorities.authorities.amazons3.AmazonS3Authority"/>

+  <authorityconnector name="Alfresco Webscript" class="org.apache.manifoldcf.authorities.authorities.alfrescowebscript.AlfrescoAuthorityConnector"/>

+  <authorityconnector name="Active Directory" class="org.apache.manifoldcf.authorities.authorities.activedirectory.ActiveDirectoryAuthority"/>

+    

+    <!-- Add your repository connectors here -->

+  <repositoryconnector name="Wiki" class="org.apache.manifoldcf.crawler.connectors.wiki.WikiConnector"/>

+  <repositoryconnector name="Web" class="org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector"/>

+  <repositoryconnector name="Solr" class="org.apache.manifoldcf.crawler.connectors.solr.SolrIngesterConnector"/>

+  <repositoryconnector name="SharePoint" class="org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository"/>

+  <repositoryconnector name="RSS" class="org.apache.manifoldcf.crawler.connectors.rss.RSSConnector"/>

+  <repositoryconnector name="Nuxeo" class="org.apache.manifoldcf.crawler.connectors.nuxeo.NuxeoRepositoryConnector"/>

+  <repositoryconnector name="Meridio" class="org.apache.manifoldcf.crawler.connectors.meridio.MeridioConnector"/>

+  <!--repositoryconnector name="LiveLink" class="org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector"/-->

+  <repositoryconnector name="Jira" class="org.apache.manifoldcf.crawler.connectors.jira.JiraRepositoryConnector"/>

+  <repositoryconnector name="JDBC" class="org.apache.manifoldcf.crawler.connectors.jdbc.JDBCConnector"/>

+  <!--repositoryconnector name="Windows shares" class="org.apache.manifoldcf.crawler.connectors.sharedrive.SharedDriveConnector"/-->

+  <repositoryconnector name="HDFS" class="org.apache.manifoldcf.crawler.connectors.hdfs.HDFSRepositoryConnector"/>

+  <repositoryconnector name="GridFS" class="org.apache.manifoldcf.crawler.connectors.gridfs.GridFSRepositoryConnector"/>

+  <repositoryconnector name="GoogleDrive" class="org.apache.manifoldcf.crawler.connectors.googledrive.GoogleDriveRepositoryConnector"/>

+  <repositoryconnector name="Generic" class="org.apache.manifoldcf.crawler.connectors.generic.GenericConnector"/>

+  <repositoryconnector name="File system" class="org.apache.manifoldcf.crawler.connectors.filesystem.FileConnector"/>

+  <repositoryconnector name="FileNet" class="org.apache.manifoldcf.crawler.connectors.filenet.FilenetConnector"/>

+  <repositoryconnector name="EMail" class="org.apache.manifoldcf.crawler.connectors.email.EmailConnector"/>

+  <repositoryconnector name="DropBox" class="org.apache.manifoldcf.crawler.connectors.dropbox.DropboxRepositoryConnector"/>

+  <repositoryconnector name="Documentum" class="org.apache.manifoldcf.crawler.connectors.DCTM.DCTM"/>

+  <repositoryconnector name="ContentServer Web Services" class="org.apache.manifoldcf.crawler.connectors.csws.CswsConnector"/>

+  <repositoryconnector name="Confluence" class="org.apache.manifoldcf.crawler.connectors.confluence.ConfluenceRepositoryConnector"/>

+  <repositoryconnector name="Confluence v6+" class="org.apache.manifoldcf.crawler.connectors.confluence.v6.ConfluenceRepositoryConnector"/>

+  <repositoryconnector name="CMIS" class="org.apache.manifoldcf.crawler.connectors.cmis.CmisRepositoryConnector"/>

+  <repositoryconnector name="AmazonS3" class="org.apache.manifoldcf.crawler.connectors.amazons3.AmazonS3Connector"/>

+  <!--repositoryconnector name="Alfresco" class="org.apache.manifoldcf.crawler.connectors.alfresco.AlfrescoRepositoryConnector"/-->

+  <repositoryconnector name="Alfresco Webscript" class="org.apache.manifoldcf.crawler.connectors.alfrescowebscript.AlfrescoConnector"/>

+  

+  <repositoryconnector name="Custom Repository Connector" class="org.apache.manifoldcf.sdk.extensions.connectors.CustomRepositoryConnector" />

+

+    <!-- Add your notification connectors here -->

+  <notificationconnector name="Slack" class="org.apache.manifoldcf.crawler.notifications.slack.SlackConnector"/>

+  <notificationconnector name="Rocket.Chat" class="org.apache.manifoldcf.crawler.notifications.rocketchat.RocketChatConnector"/>

+  <notificationconnector name="EMail" class="org.apache.manifoldcf.crawler.notifications.email.EmailConnector"/>

+

+</connectors>

diff --git a/mcf-docker-overlay/src/main/docker/properties.xml b/mcf-docker-overlay/src/main/docker/properties.xml
new file mode 100644
index 0000000..7da3951
--- /dev/null
+++ b/mcf-docker-overlay/src/main/docker/properties.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8" ?>

+<!--

+ Licensed to the Apache Software Foundation (ASF) under one or more

+ contributor license agreements.  See the NOTICE file distributed with

+ this work for additional information regarding copyright ownership.

+ The ASF licenses this file to You under the Apache License, Version 2.0

+ (the "License"); you may not use this file except in compliance with

+ the License.  You may obtain a copy of the License at

+

+     http://www.apache.org/licenses/LICENSE-2.0

+

+ Unless required by applicable law or agreed to in writing, software

+ distributed under the License is distributed on an "AS IS" BASIS,

+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+ See the License for the specific language governing permissions and

+ limitations under the License.

+-->

+

+<configuration>

+

+  <property name="org.apache.manifoldcf.login.name" value="admin" />

+  <property name="org.apache.manifoldcf.login.password" value="admin" />

+

+  <!-- Version string for UI -->

+  <property name="org.apache.manifoldcf.versionstring" value="2.21"/>

+  <!-- Point to the wars and configure Jetty -->

+  <property name="org.apache.manifoldcf.crawleruiwarpath" value="../web/war/mcf-crawler-ui.war"/>

+  <property name="org.apache.manifoldcf.authorityservicewarpath" value="../web/war/mcf-authority-service.war"/>

+  <property name="org.apache.manifoldcf.apiservicewarpath" value="../web/war/mcf-api-service.war"/>

+  <property name="org.apache.manifoldcf.usejettyparentclassloader" value="true"/>

+  <property name="org.apache.manifoldcf.jettyconfigfile" value="./jetty.xml"/>

+  <!-- Point to the combined war in case we start the single-process example that way -->

+  <property name="org.apache.manifoldcf.combinedwarpath" value="../web/war/mcf-combined-service.war"/>

+  <!-- Select HSQLDB as the database implementation, and specify where the database will be stored -->

+  <!-- <property name="org.apache.manifoldcf.databaseimplementationclass" value="org.apache.manifoldcf.core.database.DBInterfaceHSQLDB"/> -->

+    <!-- <property name="org.apache.manifoldcf.hsqldbdatabasepath" value="."/> -->

+  

+  

+  <property name="org.apache.manifoldcf.databaseimplementationclass" value="org.apache.manifoldcf.core.database.DBInterfacePostgreSQL"/>

+  <property name="org.apache.manifoldcf.database.name" value="manifoldcf"/>

+  <property name="org.apache.manifoldcf.dbsuperusername" value="manifoldcf"/>

+  <property name="org.apache.manifoldcf.dbsuperuserpassword" value="d242517858cff0c091cb16df272fda6e"/>

+  <property name="org.apache.manifoldcf.postgresql.hostname" value="mcf-postgres"/>

+  <property name="org.apache.manifoldcf.postgresql.port" value="5432" />

+  <!-- <property name="org.apache.manifoldcf.postgresql.ssl" value="false" /> -->

+  

+  <property name="org.apache.manifoldcf.database.maxhandles" value="100"/>

+  <property name="org.apache.manifoldcf.crawler.threads" value="50"/>

+  <property name="org.apache.manifoldcf.crawler.historycleanupinterval" value="2592000000"/>

+  <!-- Point to a specific logging file -->

+  <property name="org.apache.manifoldcf.logconfigfile" value="./logging.xml"/>

+  <!-- Specify the connectors to be loaded -->

+  <property name="org.apache.manifoldcf.connectorsconfigurationfile" value="../connectors.xml"/>

+  <!-- Specify the path to the file resources directory -->

+  <property name="org.apache.manifoldcf.fileresources" value="../file-resources"/>

+  <!-- Tell MCF where to find the connector jars -->

+  <libdir path="../connector-lib"/>

+  <libdir path="../connector-common-lib"/>

+  <libdir path="../connector-lib-proprietary"/>

+  <!-- WSDD references -->

+  <!-- Any additional properties go here -->

+</configuration>

diff --git a/mcf-extensions-jar/pom.xml b/mcf-extensions-jar/pom.xml
new file mode 100644
index 0000000..f1d3d94
--- /dev/null
+++ b/mcf-extensions-jar/pom.xml
@@ -0,0 +1,79 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>mcf-extensions-jar</artifactId>
+	<packaging>jar</packaging>
+	<name>Apache ManifoldCF SDK - Extensions JAR</name>
+
+	<parent>
+		<groupId>org.apache.manifoldcf</groupId>
+		<artifactId>mcf-sdk</artifactId>
+		<version>0.0.4</version>
+	</parent>
+
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.apache.manifoldcf</groupId>
+				<artifactId>mcf-core</artifactId>
+				<version>${manifoldcf.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.manifoldcf</groupId>
+				<artifactId>mcf-connector-common</artifactId>
+				<version>${manifoldcf.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.manifoldcf</groupId>
+				<artifactId>mcf-agents</artifactId>
+				<version>${manifoldcf.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.manifoldcf</groupId>
+				<artifactId>mcf-pull-agent</artifactId>
+				<version>${manifoldcf.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.manifoldcf</groupId>
+				<artifactId>mcf-ui-core</artifactId>
+				<version>${manifoldcf.version}</version>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.manifoldcf</groupId>
+			<artifactId>mcf-core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.manifoldcf</groupId>
+			<artifactId>mcf-connector-common</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.manifoldcf</groupId>
+			<artifactId>mcf-agents</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.manifoldcf</groupId>
+			<artifactId>mcf-pull-agent</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.manifoldcf</groupId>
+			<artifactId>mcf-ui-core</artifactId>
+		</dependency>
+	</dependencies>
+
+
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>${maven.compiler.source}</source>
+					<target>${maven.compiler.target}</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
\ No newline at end of file
diff --git a/mcf-extensions-jar/src/main/java/org/apache/manifoldcf/sdk/extensions/connectors/CustomRepositoryConnector.java b/mcf-extensions-jar/src/main/java/org/apache/manifoldcf/sdk/extensions/connectors/CustomRepositoryConnector.java
new file mode 100644
index 0000000..38eeefd
--- /dev/null
+++ b/mcf-extensions-jar/src/main/java/org/apache/manifoldcf/sdk/extensions/connectors/CustomRepositoryConnector.java
@@ -0,0 +1,7 @@
+package org.apache.manifoldcf.sdk.extensions.connectors;
+
+import org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector;
+
+public class CustomRepositoryConnector extends BaseRepositoryConnector {
+
+}
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..b2c62a5
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,127 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.manifoldcf</groupId>
+	<artifactId>mcf-sdk</artifactId>
+	<name>Apache ManifoldCF SDK</name>
+	<version>0.0.4</version>
+	<packaging>pom</packaging>
+	
+	<properties>
+		<webVersion>4.0</webVersion>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+		<manifoldcf.version>2.26</manifoldcf.version>
+		<maven.enforcer.plugin.version>3.4.1</maven.enforcer.plugin.version>
+		<docker-maven-plugin.version>0.43.4</docker-maven-plugin.version>
+		<maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>
+		<maven.compiler.source>11</maven.compiler.source>
+		<maven.compiler.target>11</maven.compiler.target>
+		<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
+		<maven.dependency.plugin.version>3.6.1</maven.dependency.plugin.version>
+		<maven.clean.plugin.version>3.3.2</maven.clean.plugin.version>
+		<maven.lifecycle.mapping.plugin.version>1.0.0</maven.lifecycle.mapping.plugin.version>
+		<postgresql.version>13.1</postgresql.version>
+	</properties>
+
+	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-enforcer-plugin</artifactId>
+					<version>${maven.enforcer.plugin.version}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId>
+					<version>${maven.resources.plugin.version}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-compiler-plugin</artifactId>
+					<version>${maven.compiler.plugin.version}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-dependency-plugin</artifactId>
+					<version>${maven.dependency.plugin.version}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-clean-plugin</artifactId>
+					<version>${maven.clean.plugin.version}</version>
+				</plugin>
+				<plugin>
+					<groupId>io.fabric8</groupId>
+					<artifactId>docker-maven-plugin</artifactId>
+					<version>${docker-maven-plugin.version}</version>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+		<plugins>
+			<plugin>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>enforce-versions</id>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<bannedPlugins>
+									<level>WARN</level>
+									<excludes>
+										<exclude>org.apache.maven.plugins:maven-verifier-plugin</exclude>
+									</excludes>
+									<message>Please consider using the maven-invoker-plugin
+										(http://maven.apache.org/plugins/maven-invoker-plugin/)!</message>
+								</bannedPlugins>
+								<requireMavenVersion>
+									<version>3.6.3</version>
+								</requireMavenVersion>
+								<requireJavaVersion>
+									<version>11</version>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-clean-plugin</artifactId>
+				<configuration>
+				    <excludeDefaultDirectories>true</excludeDefaultDirectories>
+				    <filesets>
+				        <fileset>
+				            <directory>target</directory>
+				            <includes>
+				                <include>**</include>
+				            </includes>
+				            <excludes>
+				                <exclude>mcf-maven-repo/**</exclude>
+				            </excludes>
+				        </fileset>
+				    </filesets>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+	<modules>
+		<module>mcf-extensions-jar</module>
+		<module>mcf-docker-overlay</module>
+	</modules>
+
+	<repositories>
+		<repository>
+			<id>mcf-maven-repo</id>
+			<name>ManifoldCF Local Repo</name>
+			<layout>default</layout>
+			<url>file:target/mcf-maven-repo/repository</url>
+		</repository>
+	</repositories>
+
+
+</project>
\ No newline at end of file
diff --git a/run-site.bat b/run-site.bat
new file mode 100644
index 0000000..dce21a8
--- /dev/null
+++ b/run-site.bat
@@ -0,0 +1,89 @@
+#set( $symbol_dollar = '$' )

+@ECHO OFF

+

+IF [%M2_HOME%]==[] (

+    SET MVN_EXEC=mvn

+)

+

+IF NOT [%M2_HOME%]==[] (

+    SET MVN_EXEC=%M2_HOME%\bin\mvn

+)

+

+IF [%1]==[] (

+    echo "Usage: %0 {build|clean|start|stop|purge}"

+    GOTO END

+)

+

+IF %1==build (

+    CALL :build

+)

+

+IF %1==start (

+    CALL :start

+)

+

+IF %1==stop (

+    CALL :stop

+)

+

+IF %1==clean (

+    CALL :clean

+)

+

+IF %1==purge (

+    CALL :purge

+)

+

+echo "Usage: %0 {build|clean|start|stop|purge}"

+:END

+EXIT /B %ERRORLEVEL%

+

+:build

+	echo "Starting Apache ManifoldCF SDK initialization for generating website contents"

+    

+  	echo "Creating Docker Volume for the ManifoldCF Site Source"

+  	docker volume create --name mcf-site-source

+    

+  	echo "Creating Docker Volume for the ManifoldCF Website"

+  	docker volume create --name mcf-site-generated-volume

+    

+  	echo "Building the Docker Container for generating website contents"

+	docker build src/main/docker-site -t mcf-sdk-site

+	

+	echo "Starting the mcf-sdk-site to export generated contents in target/mcf-site-generated ..."

+	docker run --name mcf-sdk-site -it -v mcf-site-source:/usr/src/manifoldcf-site -v mcf-site-generated-volume:/usr/src/manifoldcf-site/build/site -t mcf-sdk-site sh -c "

+	svn co https\:\/\/svn.apache.org/repos/asf/manifoldcf/site/trunk .; \

+	ant make-core-deps; \

+	ant build"

+

+	echo "Copying the ManifoldCF generated site in target/mcf-site-generated..."

+	mkdir -p target/build/site

+	docker cp mcf-sdk-site:/usr/src/manifoldcf-site/build/site target/build

+	

+	echo "Stopping and removing the existent building container..."

+	docker stop mcf-sdk-site

+EXIT /B 0

+

+:start

+	echo "Run ManifoldCF Site Docker container"

+	docker run -it -v mcf-site-source:/usr/src/manifoldcf-site -v mcf-site-generated-volume:/usr/src/manifoldcf-site/build/site -t mcf-sdk-site sh

+EXIT /B 0

+

+:stop

+	echo "Stop ManifoldCF Site Docker container"

+	docker stop mcf-sdk-site

+EXIT /B 0

+

+:clean

+	echo "Starting the mcf-sdk-site to clean the project"

+	docker run -it --rm -v mcf-site-source:/usr/src/manifoldcf-site -v mcf-site-generated-volume:/usr/src/manifoldcf-site/build/site -t mcf-sdk-site ant clean

+	call %MVN_EXEC% clean

+EXIT /B 0

+

+:purge

+	echo "Removing the ManifoldCF Site Docker artifacts and volumes"

+	docker volume rm mcf-site-source

+  	docker volume rm mcf-site-generated-volume

+  	docker rm mcf-sdk-site

+  	docker image rm mcf-sdk-site

+EXIT /B 0
\ No newline at end of file
diff --git a/run-site.sh b/run-site.sh
new file mode 100755
index 0000000..2f3a72a
--- /dev/null
+++ b/run-site.sh
@@ -0,0 +1,72 @@
+#!/bin/sh
+
+build() {
+	echo "Starting Apache ManifoldCF SDK initialization for generating website contents"
+    
+  echo "Creating Docker Volume for the ManifoldCF Site Source"
+  docker volume create --name mcf-site-source
+    
+  echo "Creating Docker Volume for the ManifoldCF Website"
+  docker volume create --name mcf-site-generated-volume
+    
+  echo "Building the Docker Container for generating website contents"
+	docker build src/main/docker-site -t mcf-sdk-site
+	
+	echo "Starting the mcf-sdk-site to export generated contents in target/mcf-site-generated ..."
+	docker run --name mcf-sdk-site -it -v mcf-site-source:/usr/src/manifoldcf-site -v mcf-site-generated-volume:/usr/src/manifoldcf-site/build/site -t mcf-sdk-site sh -c "
+	svn co https\:\/\/svn.apache.org/repos/asf/manifoldcf/site/trunk .; \
+	ant make-core-deps; \
+	ant build"
+
+	echo "Copying the ManifoldCF generated site in target/mcf-site-generated..."
+	mkdir -p target/build/site
+	docker cp mcf-sdk-site:/usr/src/manifoldcf-site/build/site target/build
+	
+	echo "Stopping and removing the existent building container..."
+	docker stop mcf-sdk-site
+
+}
+
+start() {
+	echo "Run ManifoldCF Site Docker container"
+	docker run -it -v mcf-site-source:/usr/src/manifoldcf-site -v mcf-site-generated-volume:/usr/src/manifoldcf-site/build/site -t mcf-sdk-site sh
+}
+
+stop() {
+	echo "Stop ManifoldCF Site Docker container"
+	docker stop mcf-sdk-site
+}
+
+clean() {
+	echo "Starting the mcf-sdk-site to clean the project"
+	docker run -it --rm -v mcf-site-source:/usr/src/manifoldcf-site -v mcf-site-generated-volume:/usr/src/manifoldcf-site/build/site -t mcf-sdk-site ant clean
+	mvn clean
+}
+
+purge() {
+	echo "Removing the ManifoldCF Site Docker artifacts and volumes"
+	docker volume rm mcf-site-source
+  docker volume rm mcf-site-generated-volume
+  docker rm mcf-sdk-site
+  docker image rm mcf-sdk-site
+}
+
+case "$1" in
+  build)
+    build
+    ;;
+	start)
+		start
+		;;
+	stop)
+		stop
+		;;
+	clean)
+		clean
+		;;
+  purge)
+    purge
+    ;;
+  *)
+    echo "Usage: $0 {build|clean|start|stop|purge}"
+esac
\ No newline at end of file
diff --git a/run.bat b/run.bat
new file mode 100644
index 0000000..6f4c9a1
--- /dev/null
+++ b/run.bat
@@ -0,0 +1,104 @@
+#set( $symbol_dollar = '$' )

+@ECHO OFF

+

+IF [%M2_HOME%]==[] (

+    SET MVN_EXEC=mvn

+)

+

+IF NOT [%M2_HOME%]==[] (

+    SET MVN_EXEC=%M2_HOME%\bin\mvn

+)

+

+IF [%1]==[] (

+    echo "Usage: %0 {init|clean|build_start|start|stop|unittests|integrationtests|test|purge}"

+    GOTO END

+)

+

+IF %1==build_start (

+    CALL :build_start

+)

+

+IF %1==build (

+	CALL :build

+)

+

+IF %1==build_test (

+	CALL :build_test

+)

+

+IF %1==unittests (

+    CALL :unittests

+)

+

+IF %1==integrationtests (

+	CALL :integrationtests

+)

+

+IF %1==start (

+	CALL :start

+)

+

+IF %1==stop (

+	CALL :stop

+)

+

+IF %1==test (

+	CALL :test

+)

+

+IF %1==clean (

+	CALL :clean

+)

+

+IF %1==purge (

+	CALL :purge

+)

+

+echo "Usage: %0 {init|clean|build_start|start|stop|unittests|integrationtests|test|purge}"

+:END

+EXIT /B %ERRORLEVEL%

+

+:build_start

+	echo "Building with Maven skipping tests and run Docker containers"

+	call %MVN_EXEC% clean install docker:build docker:start -DskipTests -DskipITs

+EXIT /B 0

+:build

+	echo "Building with Maven skipping tests"

+	call %MVN_EXEC% clean install -DskipTests -DskipITs

+EXIT /B 0

+:build_test

+	echo "Building with Maven executing tests"

+	call %MVN_EXEC% clean install

+EXIT /B 0

+:unittests

+	echo "Executing unit tests"

+	call %MVN_EXEC% clean test

+EXIT /B 0

+:integrationtests

+	echo "Executing integration tests"

+	call %MVN_EXEC% clean integration-test

+EXIT /B 0

+:start

+	echo "Run ManifoldCF Docker containers"

+	call %MVN_EXEC% docker:start

+EXIT /B 0

+:stop

+	echo "Stop ManifoldCF Docker containers"

+	call %MVN_EXEC% docker:stop

+EXIT /B 0

+:test

+	echo "Starting the mcf-sdk-test-container to execute unit and integration tests"

+	docker run -it --rm -v mcf-maven-repo:/root/.m2 -v mcf-app-volume:/usr/src/manifoldcf -t mcf-sdk-init ant test

+EXIT /B 0

+:clean

+	echo "Starting the mcf-sdk-clean-container to clean the project"

+	docker run -it --rm -v mcf-maven-repo:/root/.m2 -v mcf-app-volume:/usr/src/manifoldcf -t mcf-sdk-init ant clean; mvn clean

+EXIT /B 0

+:purge

+	echo "Removing the ManifoldCF Maven repo and installation volumes"

+	docker volume rm mcf-maven-repo

+	docker volume rm mcf-app-volume

+	docker image rm mcf-sdk-init

+EXIT /B 0

+

+

diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..5d20b97
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,154 @@
+#!/bin/sh
+mcfversion=$2
+mcfdist=$3
+
+init() {
+	echo "Starting Apache ManifoldCF SDK initialization for version $mcfversion"
+
+	mcfversionInFuction=$1
+	echo "Init - 1 = $1"
+	mcfdistInFunction=$2
+	echo "Init - 2 = $2"
+    
+  echo "Creating Docker Volume for the ManifoldCF Maven Repository"
+  docker volume create --name mcf-maven-repo
+    
+  echo "Creating Docker Volume for the ManifoldCF Installation..."
+  docker volume create --name mcf-app-volume
+    
+  echo "Building the Docker Container for executing Ant and Maven build..."
+	docker build --build-arg MCF_VERSION=$mcfversionInFuction --build-arg MCF_DIST_URL=$mcfdistInFunction src/main/docker -t mcf-sdk-init
+
+	echo "Starting the mcf-sdk-build-container for executing the Maven and Ant building process..."
+	docker run -it --rm --name mcf-sdk-init-container -v mcf-maven-repo:/root/.m2 -v mcf-app-volume:/usr/src/manifoldcf -t mcf-sdk-init /bin/bash -c "sed -i -e 's/<fileset dir=\"test-materials\" excludes/<fileset dir=\"test-materials\" erroronmissingdir=\"false\" excludes/g' connectors/solr/build.xml; \
+	sed -i -e 's/<?xml version=\"1\.0\" encoding=\"UTF-8\"?>/ /g' connectors/csv/pom.xml; \
+	sed -i -e 's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g' build.xml; \
+	sed -i -e 's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases\//https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g' connectors/nuxeo/pom.xml; \
+	sed -i -e 's/<\/dependencies>/<dependency><groupId>org.apache.hadoop<\/groupId><artifactId>hadoop-annotations<\/artifactId><version>\${hadoop.version}<\/version><exclusions><exclusion><groupId>jdk.tools<\/groupId><artifactId>jdk.tools<\/artifactId><\/exclusion><\/exclusions><\/dependency><\/dependencies>/g' connectors/hdfs/pom.xml
+	ant make-core-deps make-deps build; \
+	mvn install:install-file -DgroupId=org.apache.manifoldcf -DartifactId=mcf-api-service -Dversion=$mcfversion -Dpackaging=war -Dfile=/usr/src/manifoldcf/dist/web/war/mcf-api-service.war; \
+	mvn install:install-file -DgroupId=org.apache.manifoldcf -DartifactId=mcf-authority-service -Dversion=$mcfversion -Dpackaging=war -Dfile=/usr/src/manifoldcf/dist/web/war/mcf-authority-service.war; \
+	mvn install:install-file -DgroupId=org.apache.manifoldcf -DartifactId=mcf-combined-service -Dversion=$mcfversion -Dpackaging=war -Dfile=/usr/src/manifoldcf/dist/web/war/mcf-combined-service.war; \
+	mvn install:install-file -DgroupId=org.apache.manifoldcf -DartifactId=mcf-crawler-ui -Dversion=$mcfversion -Dpackaging=war -Dfile=/usr/src/manifoldcf/dist/web/war/mcf-crawler-ui.war
+	mvn -B -e -T 1C clean install -DskipTests -DskipITs"
+	
+	echo "Starting the mcf-sdk-init-container to export the Maven repository in target/mcf-maven-repo..."
+	docker run --rm --name mcf-sdk-init-container -itd -v mcf-maven-repo:/root/.m2 -v mcf-app-volume:/usr/src/manifoldcf -t mcf-sdk-init bash
+	
+	echo "Copying the ManifoldCF Maven Repo in target/mcf-maven-repo..."
+	mkdir target
+	docker cp mcf-sdk-init-container:/root/.m2/repository target/mcf-maven-repo
+	
+	echo "Stopping and removing the existent building container..."
+	docker stop mcf-sdk-init-container
+	
+	#echo "Merging the ManifoldCF Maven Repository with the local Maven Repo"
+	#cp -n target/mcf-maven-repo $HOME/.m2
+}
+
+build_start() {
+	echo "Building with Maven skipping tests and run Docker containers"
+	mvn clean install docker:build docker:start -DskipTests -DskipITs
+}
+
+build() {
+	echo "Building with Maven skipping tests"
+	mvn clean install -DskipTests -DskipITs
+}
+
+build_test() {
+	echo "Building with Maven executing tests"
+	mvn clean install
+}
+
+unittests() {
+	echo "Executing unit tests"
+	mvn clean test
+}
+
+integrationtests() {
+	echo "Executing integration tests"
+	mvn clean integration-test
+}
+
+start() {
+	echo "Run ManifoldCF Docker containers"
+	mvn docker:start
+}
+
+stop() {
+	echo "Stop ManifoldCF Docker containers"
+	mvn docker:stop
+}
+
+test() {
+	echo "Starting the mcf-sdk-test-container to execute unit and integration tests"
+	docker run -it --rm -v mcf-maven-repo:/root/.m2 -v mcf-app-volume:/usr/src/manifoldcf -t mcf-sdk-init ant test
+}
+
+clean() {
+	echo "Starting the mcf-sdk-clean-container to clean the project"
+	docker run -it --rm -v mcf-maven-repo:/root/.m2 -v mcf-app-volume:/usr/src/manifoldcf -t mcf-sdk-init ant clean; mvn clean
+}
+
+purge() {
+	echo "Removing the ManifoldCF Maven repo and installation volumes"
+	docker volume rm mcf-maven-repo
+  docker volume rm mcf-app-volume
+  docker image rm mcf-sdk-init
+}
+
+case "$1" in
+  init)
+    if [ ! -n "$mcfversion" ]
+	then
+	    echo "$0 - Error ManifoldCF version is not set. Usage for using ManifoldCF 2.26: $0 init 2.26 ga"
+	    exit 1
+	else
+	    echo "ManifoldCF version is correctly set"
+	fi
+	if [ ! -n "$mcfdist" ]
+	then
+	    echo "$0 - Error ManifoldCF release type is not set, it should be ga or rc. Usage for using ManifoldCF 2.21: $0 init 2.21 ga or $0 init 2.21 rc"
+	    exit 1
+	else
+	    echo "ManifoldCF release type is correctly set and now starting Apache ManifoldCF SDK initialization script..."
+	fi
+	if [ "$mcfdist"=="ga" ];
+	mcfdisturl=""
+	then
+		mcfdisturl="https://dlcdn.apache.org/manifoldcf"
+		echo "Building a GA release with artifact base URL: $mcfdisturl"
+	else
+		mcfdisturl="https://dist.apache.org/repos/dist/dev/manifoldcf"
+		echo "Building a RC release with artifact base URL: $mcfdisturl"
+	fi
+    init $mcfversion $mcfdisturl
+    ;;
+  clean)
+    clean
+    ;;
+  build_start)
+		build_start
+		;;
+	start)
+		start
+		;;
+	stop)
+		stop
+		;;
+	unittests)
+		unittests
+		;;
+	integrationtests)
+		integrationtests
+		;;
+  test)
+    test
+    ;;
+  purge)
+    purge
+    ;;
+  *)
+    echo "Usage: $0 {init|clean|build_start|start|stop|unittests|integrationtests|test|purge}"
+esac
\ No newline at end of file
diff --git a/src/main/docker-site/Dockerfile b/src/main/docker-site/Dockerfile
new file mode 100644
index 0000000..5f00358
--- /dev/null
+++ b/src/main/docker-site/Dockerfile
@@ -0,0 +1,28 @@
+FROM alpine:3.15.11
+
+ARG ANT_VERSION=1.9.16
+ARG MCF_SOURCE_SITE_DIR=/usr/src/manifoldcf-site
+
+RUN apk update \
+	&& apk upgrade \
+	&& apk --update add openjdk8 \
+	&& apk --update add subversion
+
+#Installing Apache Ant 1.9.x
+RUN mkdir -p /opt/ant/ \
+    && wget http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz -P /opt/ant \
+	&& tar -xvzf /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ant/ \
+	&& rm -f /opt/ant/apache-ant-${ANT_VERSION}-bin.tar.gz
+	
+ENV ANT_HOME=/opt/ant/apache-ant-${ANT_VERSION}
+ENV ANT_OPTS="-Xms256M -Xmx512M"
+ENV PATH="${PATH}:${HOME}/bin:${ANT_HOME}/bin"
+
+RUN apk add --no-cache python2 && \
+    python -m ensurepip && \
+    rm -r /usr/lib/python*/ensurepip && \
+    pip install --upgrade pip setuptools && \
+    rm -r /root/.cache
+
+WORKDIR ${MCF_SOURCE_SITE_DIR}
+
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile
new file mode 100644
index 0000000..ee23298
--- /dev/null
+++ b/src/main/docker/Dockerfile
@@ -0,0 +1,28 @@
+FROM maven:3.9.5-eclipse-temurin-11
+
+ARG MCF_VERSION=2.26
+ARG MCF_SOURCE_DIR=/usr/src/manifoldcf
+
+ARG ANT_VERSION=1.10.12
+ARG ANT_HOME=/opt/ant
+ARG MCF_DIST_URL
+
+RUN apt-get update && apt-get install -y --no-install-recommends wget openjfx 
+
+RUN wget --no-cookies http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz \
+    && wget --no-check-certificate --no-cookies http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz.sha512 \
+    && echo "$(cat apache-ant-${ANT_VERSION}-bin.tar.gz.sha512) apache-ant-${ANT_VERSION}-bin.tar.gz" | sha512sum -c \
+    && tar -zvxf apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ \
+    && ln -s /opt/apache-ant-${ANT_VERSION} /opt/ant \
+    && rm -f apache-ant-${ANT_VERSION}-bin.tar.gz \
+    && rm -f apache-ant-${ANT_VERSION}-bin.tar.gz.sha512 \
+    && update-alternatives --install "/usr/bin/ant" "ant" "/opt/ant/bin/ant" 1 \
+    && update-alternatives --set "ant" "/opt/ant/bin/ant"
+
+#RUN wget --no-check-certificate https://dlcdn.apache.org/manifoldcf/apache-manifoldcf-${MCF_VERSION}/apache-manifoldcf-${MCF_VERSION}-src.tar.gz && \
+RUN wget ${MCF_DIST_URL}/apache-manifoldcf-${MCF_VERSION}/apache-manifoldcf-${MCF_VERSION}-src.tar.gz && \
+    tar -xzvf apache-manifoldcf-${MCF_VERSION}-src.tar.gz && \
+    cp -R apache-manifoldcf-${MCF_VERSION} ${MCF_SOURCE_DIR} && \
+    rm apache-manifoldcf-${MCF_VERSION}-src.tar.gz
+
+WORKDIR ${MCF_SOURCE_DIR}
\ No newline at end of file
diff --git a/src/main/docker/Dockerfile-jdk8 b/src/main/docker/Dockerfile-jdk8
new file mode 100644
index 0000000..0c64803
--- /dev/null
+++ b/src/main/docker/Dockerfile-jdk8
@@ -0,0 +1,29 @@
+FROM maven:3.8.5-jdk-8
+
+ARG MCF_VERSION=2.21
+ARG MCF_SOURCE_DIR=/usr/src/manifoldcf
+
+ARG ANT_VERSION=1.10.12
+ARG ANT_HOME=/opt/ant
+ARG MCF_DIST_URL
+
+RUN apt-get update && apt-get install -y --no-install-recommends wget openjfx 
+
+RUN wget --no-cookies http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz \
+    && wget --no-check-certificate --no-cookies http://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz.sha512 \
+    && echo "$(cat apache-ant-${ANT_VERSION}-bin.tar.gz.sha512) apache-ant-${ANT_VERSION}-bin.tar.gz" | sha512sum -c \
+    && tar -zvxf apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ \
+    && ln -s /opt/apache-ant-${ANT_VERSION} /opt/ant \
+    && rm -f apache-ant-${ANT_VERSION}-bin.tar.gz \
+    && rm -f apache-ant-${ANT_VERSION}-bin.tar.gz.sha512
+
+RUN update-alternatives --install "/usr/bin/ant" "ant" "/opt/ant/bin/ant" 1 && \
+    update-alternatives --set "ant" "/opt/ant/bin/ant"
+
+#RUN wget --no-check-certificate https://dlcdn.apache.org/manifoldcf/apache-manifoldcf-${MCF_VERSION}/apache-manifoldcf-${MCF_VERSION}-src.tar.gz && \
+RUN wget ${MCF_DIST_URL}/apache-manifoldcf-${MCF_VERSION}/apache-manifoldcf-${MCF_VERSION}-src.tar.gz && \
+    tar -xzvf apache-manifoldcf-${MCF_VERSION}-src.tar.gz && \
+    cp -R apache-manifoldcf-${MCF_VERSION} ${MCF_SOURCE_DIR} && \
+    rm apache-manifoldcf-${MCF_VERSION}-src.tar.gz
+
+WORKDIR ${MCF_SOURCE_DIR}
\ No newline at end of file