Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.03 KB

README.MD

File metadata and controls

23 lines (12 loc) · 1.03 KB

Alfresco Connector

WARNING: This project has been deprecated, you may use the CMIS Connector instead.

Enables interactions in your BonitaBPM processes with an Alfresco ECM using Apache Abdera.

Description

This connector provides the 4 actions: Create a folder,Delete a folder by path,Upload a file and Delete an item by id.

Build

Clone or fork this repository, then at the root of the project run:

./mvnw clean verify

Release

Before releasing a new version make sure that the versioning of .def files are consistent with the implementation. In order to create a new release of the connector use the maven release plugin:

./mvnw release:prepare

It creates a new git tag and update the current development version. New tags are automatically built on our CI infrastructure.