Revert "GOOGLEDOCS-490: Cherry picked from develop - Updated pom.xml file to use 'Google Docs-3.2.0' instead of 'Google Docs-3.2.0-RC3'" This reverts commit80b9744ab0. Revert "GOOGLEDOCS-497: Updated pom.xml file to use 'GoogleDrive 3.2.0-RC3' (cherry-picked from develop) " This reverts commit5a61d89af3. Revert "GOOGLEDOCS-473-into-master: Cherry picked from master to update GoogleDrive version in pom.xml to 3.2.0-RC1" This reverts commit44c1063b8c. Revert "GOOGLEDOCS-482: Updated googledocs reference in pom.xml to 3.2.0-A4 (#678)" This reverts commit435ffc31f5. Revert "Updated the WhiteSource agent path (temporary solution)" This reverts commitde3620cf82. Revert "Fix develop branch usage instead of master" This reverts commitf04fcb7df8. Revert "Search-1979: Updated SOLR6_TAG to 1.4.1 for the tests (#510)" This reverts commit05af6c8b52. Revert "GOOGLEDOCS-461 : Remove old commons-lang lib from Repo AMP dependencies (#528)" This reverts commit7159d25c83. Revert "GOOGLEDOCS-463 : Release GoogleDocs 3.2.0-A2 (for 6.3.0-dev & next ACS Community release) (#540)" This reverts commit4763baf43a.
Alfresco Content Services Community Packaging
This project is producing packaging for Alfresco Content Services Repository.
The SNAPSHOT version of the artifacts is never published.
Contributing guide
Please use this guide to make a contribution to the project.
This produces the docker images for alfresco-content-repository-community and the distribution zip for the entire Alfresco Content Services Community product
General
Build:
mvn clean installin the root of the project will build everything.
Docker Alfresco
On official releases, the image is published: https://hub.docker.com/r/alfresco/alfresco-content-repository-community/tags/
For testing locally:
- Go to docker-alfresco folder
- Run mvn clean install if you have not done so
- Build the docker image:
docker build . --tag acr-community:6.0.tag - Check that the image has been created locally with your desired name/tag:
docker images
Docker-compose & Kubernetes
Use the deployment project if you want the sample docker-compose or helm: https://github.com/Alfresco/acs-community-deployment
Distribution zip
In this folder the distribution zip is build. It contains all the war files, libraries, certificates and settings files you need to deploy Alfresco Content Services Community on the supported application servers.