https://github.com/bonitasoft/bonita-connector-shell-script
Connector used to execute shell scripts within a process
https://github.com/bonitasoft/bonita-connector-shell-script
bonita connector delivery-central delivery-marketplace hacktoberfest lifecycle-independent published-full script shell
Last synced: 6 months ago
JSON representation
Connector used to execute shell scripts within a process
- Host: GitHub
- URL: https://github.com/bonitasoft/bonita-connector-shell-script
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2013-07-11T07:44:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T01:05:18.000Z (about 1 year ago)
- Last Synced: 2025-07-16T00:51:48.064Z (7 months ago)
- Topics: bonita, connector, delivery-central, delivery-marketplace, hacktoberfest, lifecycle-independent, published-full, script, shell
- Language: Java
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 26
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.MD
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell Connector
[](https://github.com/bonitasoft/bonita-connector-shell-script/actions?query=workflow%3ABuild)
[](https://sonarcloud.io/dashboard?id=bonitasoft_bonita-connector-shell-script)
[](https://github.com/bonitasoft/bonita-connector-shell-script/releases)
[](https://search.maven.org/search?q=g:%22org.bonitasoft.connectors%22%20AND%20a:%22bonita-connector-shell-script%22)
[](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 releae as parameter
- 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)