https://github.com/arthepsy/sbt-connid-pack
sbt plugin for packaging ConnId (Connectors for Identity Management) framework connector
https://github.com/arthepsy/sbt-connid-pack
connid midpoint packager sbt sbt-plugin scala
Last synced: 6 days ago
JSON representation
sbt plugin for packaging ConnId (Connectors for Identity Management) framework connector
- Host: GitHub
- URL: https://github.com/arthepsy/sbt-connid-pack
- Owner: arthepsy
- License: mit
- Created: 2017-08-15T09:20:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T11:00:01.000Z (over 8 years ago)
- Last Synced: 2025-03-01T03:24:48.181Z (over 1 year ago)
- Topics: connid, midpoint, packager, sbt, sbt-plugin, scala
- Language: Scala
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sbt-connid-pack
[](https://travis-ci.org/arthepsy/sbt-connid-pack)
[](https://www.codacy.com/app/arthepsy/sbt-connid-pack)
[](https://bintray.com/arthepsy/sbt-plugins/sbt-connid-pack/_latestVersion)
sbt plugin for packaging [ConnId](https://github.com/Tirasa/ConnId) (Connectors for Identity Management) framework connector, for example, can be used to package connectors for [midPoint](https://evolveum.com/midpoint) identity management platform.
## installation
Add the following line to `project/plugins.sbt`:
``` scala
addSbtPlugin("eu.arthepsy.sbt" %% "sbt-connid-pack" % "1.0.0")
```
This plugin is released both for sbt 0.13 and sbt 1.0.
## usage
To enable the plugin:
``` scala
enablePlugins(ConnIdPackPlugin)
```
To specify particular connector framework version (default: **1.4.2.35**):
``` scala
connIdVersion in ConnId := "1.4.2.18"
```
Now just create a package as You normally would and the resulting package will contain required dependencies and meta-information.