-
Notifications
You must be signed in to change notification settings - Fork 113
Developer Wiki
Jose Luis Osorno edited this page Jan 17, 2019
·
4 revisions
The following section describes how to build the SDK from source and how to generate projects based on the local build.
Make sure you have setup and configured Maven, Docker, JDK, etc, see Alfresco Documentation.
Check out the generated Maven Site.
Get the SDK source:
$ git clone https://github.com/Alfresco/alfresco-sdk.git
Step into the parent SDK project:
$ cd alfresco-sdk
Build the SDK and skip tests (skipping tests is useful for quicker builds):
alfresco-sdk$ mvn clean install -DskipTests
alfresco-sdk$ mvn clean install
alfresco-sdk$ mvn clean install -Penterprise-61-tests
Run tests with a Docker Toolbox (old Windows and MacOS) installation environment (configure and enable docker-toolbox
profile)
alfresco-sdk$ mvn clean install -Pdocker-toolbox
$ mvn archetype:generate -DarchetypeCatalog=local
This project is released under the Apache License, Version 2.0. It's a community driven project which is supported for Alfresco Development (please refer to the official Alfresco Documentation for supported features).