Skip to content

Commit

Permalink
Add README and store KAR artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed May 8, 2020
1 parent b1f0f42 commit c3cb7e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
key: pris-xls-plugin-{{ checksum "pom.xml" }}
paths:
- ~/.m2
- store_artifacts:
path: kar/target/opennms-pris-plugin.kar
- persist_to_workspace:
root: ~/
paths:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

# PRIS Plugin

PRIS Plugin that can be installed and run on OpenNMS Karaf Container

[![OpenNMS](https://circleci.com/gh/OpenNMS/pris-plugin.svg?style=shield)](https://app.circleci.com/pipelines/github/OpenNMS/pris-plugin)

## Getting Started

git clone https://github.com/OpenNMS/pris-plugin.git
Expand Down Expand Up @@ -73,6 +76,13 @@ sudo cp kar/target/opennms-pris-plugin.kar ~/opt/opennms/deploy/

* [Maven](https://maven.apache.org/) - Dependency Management

## Release

* Version number comes from the `pom.xml` <version> tag
* Merges to master trigger releases
* Merges to develop trigger pre-releases
* All other branches trigger just the build job
* Branch build artifacts are in CircleCI of the build

## Acknowledgments

Expand Down

0 comments on commit c3cb7e8

Please sign in to comment.