Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonitasoft/bonita-actorfilter-initiator
Filter users of an actor based on the process initiator
https://github.com/bonitasoft/bonita-actorfilter-initiator
bonita-actor-filter delivery-central delivery-marketplace hacktoberfest lifecycle-independent published-full
Last synced: about 1 month ago
JSON representation
Filter users of an actor based on the process initiator
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-actorfilter-initiator
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2020-08-27T15:20:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T15:17:43.000Z (6 months ago)
- Last Synced: 2024-06-20T02:38:52.658Z (6 months ago)
- Topics: bonita-actor-filter, delivery-central, delivery-marketplace, hacktoberfest, lifecycle-independent, published-full
- Language: Java
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build](https://github.com/bonitasoft/bonita-actorfilter-initiator/workflows/Build/badge.svg)](https://github.com/bonitasoft/bonita-actorfilter-initiator/actions?query=workflow%3ABuild)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=bonitasoft_bonita-actorfilter-initiator&metric=alert_status)](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-actorfilter-initiator)
[![GitHub release](https://img.shields.io/github/v/release/bonitasoft/bonita-actorfilter-initiator?color=blue&label=Release)](https://github.com/bonitasoft/bonita-actorfilter-initiator/releases)
[![Maven Central](https://img.shields.io/maven-central/v/org.bonitasoft.actorfilter/bonita-actorfilter-initiator?color=orange&label=Maven%20Central)](https://search.maven.org/artifact/org.bonitasoft.actorfilter/bonita-actorfilter-initiator)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-yellow.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)Filter users of an actor based on the process initiator
## Build
__Clone__ or __fork__ this repository, then at the root of the project run:
`./mvnw package`
You will then get a `bonita-actorfilter-initiator-.zip` file in the target/ folder.
## Release
In order to create a new release:
- On the release branch, make sure to update the pom version (remove the -SNAPSHOT)
- Run the action 'Create release', set the version to release as parameter
- When the action is completed, do not forget to manage the release on the nexus (close and release)
- Update the `master` with the next SNAPSHOT version.## Contributing
We would love you to contribute, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
## License
The sources and documentation in this project are released under the [GPLv2 License](LICENSE)