From b56b05f16a3711337de6d8cdf8c071b1f70ac783 Mon Sep 17 00:00:00 2001 From: Andrei Rebegea Date: Fri, 9 Mar 2018 15:53:26 +0200 Subject: [PATCH] REPO-3335 remove old README.md to use the one from acs-community-full-packaging --- README.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index c6a5e7a44a..0000000000 --- a/README.md +++ /dev/null @@ -1,34 +0,0 @@ -### Alfresco Content Services Community Distribution -This project is producing packaging for [Alfresco Content Services Repository](https://community.alfresco.com/docs/DOC-6385-project-overview-repository). -The artifacts created are: -* A _war_ file -* A distribution zip archive containing the _war_ file and configuration required for deployment to a Web Server. - -### Building -The project can be built by running Maven command: -~~~ -mvn clean install -~~~ - -### Artifacts -The artifacts can be obtained by: -* downloading from [Alfresco repository](https://artifacts.alfresco.com/nexus/content/groups/public) -* getting as Maven dependency by adding the dependency to your pom file (depending on the artifact required): -~~~ - - org.alfresco - artefactId - version - -~~~ -and Alfresco Maven repository: -~~~ - - alfresco-maven-repo - https://artifacts.alfresco.com/nexus/content/groups/public - -~~~ -The SNAPSHOT version of the artifacts is **never** published. - -### Contributing guide -Please use [this guide](CONTRIBUTING.md) to make a contribution to the project. \ No newline at end of file