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

Bonita Actor Filters

License

Notifications You must be signed in to change notification settings

bonitasoft/bonita-userfilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bonita-userfilters

WARNING: This project is deprecated. See independent actor filter repositories instead(bonitasoft/bonita-actorfilter-*)

This project provides the Bonita Actor Filters feature.

An actor filter refines the list of users who can perform a task, by filtering the list of users mapped to the actor.

For more information see the Bonita documentation about

Contribution

I you want to contribute, ask questions about the project, report bug, see the contributing guide.

Building the Project

Prerequisites

Java JDK 1.8 (to compile), and JVM 8 or 11 (to run)

This project bundles the Maven Wrapper, so the mvnw script is available at the project root.

Dependencies

The project depends on bonita-engine artifacts so if you want to build a branch in a SNAPSHOT version, you must build the bonita-engine first (install artifacts in your local repository).

If you build a tag, you don't need to build the bonita-engine as its artifacts are available on Maven Central.

Building

Just run the following command:

./mvnw install -DskipTests

If you want to run tests, you must install all bonita-engine artifacts in your local Maven repository prior being able to build bonita-userfilters.