A maven pom that generates an apache karaf feature repository with a feature loading and setarting the PostgreSQL JDBC driver and all its dependencies
|
6 年之前 | |
---|---|---|
src | 6 年之前 | |
.editorconfig | 6 年之前 | |
LICENSE | 6 年之前 | |
README.org | 6 年之前 | |
pom.xml | 6 年之前 |
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.