Skip to content

Commit

Permalink
Adding releasing instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Hugonnet <[email protected]>
  • Loading branch information
ehsavoie committed Sep 26, 2024
1 parent fab0b97 commit 24394ba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ FYI - Pre-built versions of the resource adapter archive used to be available in

1. Download the source via any of the methods which GitHub provides (e.g. the [tags](https://github.com/jms-ra/generic-jms-ra/tags) page).
2. Execute 'mvn install' to build the code.
3. Execute 'mvn -Prelease install' to generate the deployable resource adapter.

## Releasing instructions

```
mvn release:prepare -Pjboss-release
mvn release:perform -Pjboss-release
```


## Transaction Support
Expand Down

0 comments on commit 24394ba

Please sign in to comment.