Skip to content

The Alfresco SDK based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects

License

Redpill-Linpro/alfresco-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfresco SDK logo Alfresco SDK

This is the home of the Alfresco SDK. The Alfresco SDK is used by developers to build extensions for the Alfresco Digital Business Platform. It is based on Apache Maven, compatible with major IDEs and enables Rapid Application Development (RAD) and Test Driven Development (TDD).

License

This project is released under the Apache License, Version 2.0. If you are an Enterprise customer check the Support section.

News

User Getting Started

Latest Documentation

To get started with Alfresco SDK 2.2.0 (latest) visit the offical Alfresco Documentation for:

Previous versions Documentation

  • Documentation for Alfresco SDK 2.1 (compatible with Alfresco 5.0.d Community and 5.0.1 Enterprise)
  • Documentation for Alfresco SDK 2.0 (compatible with Alfresco 5.0.c Community and 5.0.0 Enterprise)
  • Documentation for Alfresco SDK 1.1.1 (compatible with Alfresco 4.2)

Reporting Issues and Community Support

Report issues (and contribute!) here or join us on the IRC Channel.

Alfresco Enterprise Customers and Partners Support

If you are an Alfresco Customer please check the SDK Support status for the version you are using and the Compatibily Matrix for the SDK / Alfresco compatibility. If your version is in Limited or Full Support, you can raise issues via the Support Portal.

Maven repositories

NOTE: For Enterprise and Premiere licensed software access you need to get credential via the Alfresco Enterprise Support. See Maven Alfresco Enterprise setup.

Alfresco Artifacts Repository

Alfresco Releases

You can use the following snippet in your pom.xml to access releases on Alfresco Artifact repository:

<repository>
    <id>alfresco-public</id>
    <url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</repository>

SDK Snapshots

To test new unreleased (unsupported) features, you can use the following snippet in your pom.xml to access SDK nightlies (SNAPSHOTS) from the OSS Sonatype repository:

<repository>
    <id>oss-sonatype-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

For Developers that want to contribute to the SDK

See the Developers Wiki page.

About

The Alfresco SDK based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.0%
  • JavaScript 1.6%
  • Batchfile 1.5%
  • FreeMarker 1.1%
  • Shell 0.5%
  • CSS 0.2%
  • HTML 0.1%