https://github.com/reactome/release-common-lib
Data-release-pipeline: Common code for Reactome data-release-pipeline steps
https://github.com/reactome/release-common-lib
data-release-pipeline mysql-release release
Last synced: 2 months ago
JSON representation
Data-release-pipeline: Common code for Reactome data-release-pipeline steps
- Host: GitHub
- URL: https://github.com/reactome/release-common-lib
- Owner: reactome
- Created: 2020-01-01T07:46:17.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T22:34:24.000Z (about 1 year ago)
- Last Synced: 2025-07-06T18:18:34.924Z (9 months ago)
- Topics: data-release-pipeline, mysql-release, release
- Language: Java
- Homepage:
- Size: 8.01 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# release-common-lib
Code that is common to many parts of the Release process (Java).
If using v1.2.0 and up, this library is available from Maven Central:
https://mvnrepository.com/artifact/org.reactome.release/release-common-lib
https://search.maven.org/artifact/org.reactome.release/release-common-lib
If using an earlier version you will need to have this library installed in your maven cache before running any other Release steps. Install it like this:
```
$ cd release-common-lib
$ mvn clean install
```