Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonitasoft/bonita-connector-groovy
Groovy connector for Bonita. Execute groovy scripts in a Bonita connector.
https://github.com/bonitasoft/bonita-connector-groovy
bonita connector delivery-central delivery-marketplace groovy hacktoberfest lifecycle-independent published-full script
Last synced: about 3 hours ago
JSON representation
Groovy connector for Bonita. Execute groovy scripts in a Bonita connector.
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-connector-groovy
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2020-10-12T14:27:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T15:02:17.000Z (5 months ago)
- Last Synced: 2024-06-20T02:16:18.380Z (5 months ago)
- Topics: bonita, connector, delivery-central, delivery-marketplace, groovy, hacktoberfest, lifecycle-independent, published-full, script
- Language: Java
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Groovy Connector
[![Actions Status](https://github.com/bonitasoft/bonita-connector-groovy/workflows/Build/badge.svg)](https://github.com/bonitasoft/bonita-connector-groovy/actions?query=workflow%3ABuild)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=bonitasoft_bonita-connector-groovy&metric=alert_status)](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-connector-groovy)
[![GitHub release](https://img.shields.io/github/v/release/bonitasoft/bonita-connector-groovy?color=blue&label=Release)](https://github.com/bonitasoft/bonita-connector-groovy/releases)
[![Maven Central](https://img.shields.io/maven-central/v/org.bonitasoft.connectors/bonita-connector-groovy.svg?label=Maven%20Central&color=orange)](https://search.maven.org/search?q=g:%22org.bonitasoft.connectors%22%20AND%20a:%22bonita-connector-groovy%22)
[![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)## Build
__Clone__ or __fork__ this repository, then at the root of the project run:
`./mvnw`
## 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)