Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaaano/rhpam-event-listener
https://github.com/juliaaano/rhpam-event-listener
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliaaano/rhpam-event-listener
- Owner: juliaaano
- Created: 2020-07-06T03:42:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T05:24:03.000Z (about 3 years ago)
- Last Synced: 2024-10-11T00:38:29.448Z (28 days ago)
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RHPAM Event Listener
[![ci](https://github.com/juliaaano/rhpam-event-listener/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/juliaaano/rhpam-event-listener/actions/workflows/ci-cd.yml)Suitable for KIE Server deployments.
## Maven
```
mvn clean install
```## Maven deploy
```
mvn deploy --activate-profiles deploy
```
Without distribution management:
```
mvn deploy -DaltDeploymentRepository='nexus::default::http://user:password@maven-repo-host/repo-path/'
```