A maven pom that generates an apache karaf feature repository with a feature loading and setarting the PostgreSQL JDBC driver and all its dependencies
|
před 6 roky | |
---|---|---|
src | před 6 roky | |
.editorconfig | před 6 roky | |
LICENSE | před 6 roky | |
README.org | před 6 roky | |
pom.xml | před 6 roky |
This is a maven pom that generates an apache karaf feature repository with a feature loading and setarting the PostgreSQL JDBC driver and all its dependencies.
Give the following commands from the karaf console:
feature:repo-add mvn:no.priv.bang.karaf/postgresql-jdbc-karaf/LATEST/xml/features
feature:install postgresql-jdbc-karaf
The license is the same simplified BSD-2 license as the PostgreSQL driver itself.
See the LICENSE file for details.