-
Notifications
You must be signed in to change notification settings - Fork 113
Developer Wiki
mindthegab edited this page May 20, 2015
·
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 Spring Loaded, Maven, JDK, etc, see Alfresco Documentation.
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 if you don't have access to Enterprise artifacts):
alfresco-sdk$ mvn clean install -Dmaven.test.skip=true
$ 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 refere to the official Alfresco Documentation for supported features.