A maven pom that generates an apache karaf feature repository with a feature loading and setarting the PostgreSQL JDBC driver and all its dependencies

Steinar Bang d94e1a3811 [maven-release-plugin] prepare release postgresql-jdbc-karaf-1.0.1 6 年之前
src ea666d1dfe Initial commit 6 年之前
.editorconfig ea666d1dfe Initial commit 6 年之前
LICENSE ea666d1dfe Initial commit 6 年之前
README.org ea666d1dfe Initial commit 6 年之前
pom.xml e1e198543f [maven-release-plugin] prepare release postgresql-jdbc-karaf-1.0.1 6 年之前

README.org

PostgreSQL karaf feature

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.

Installing the feature in karaf

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

License

The license is the same simplified BSD-2 license as the PostgreSQL driver itself.

See the LICENSE file for details.