Maven Repository - POM file for JDBC ow2-jdbc-service-1.0-spec 1.0.13 1.0.13

Summary

OSGi EE: JDBC Service API v1.0.

JDBC Service API 1.0 for OSGi Enterprise.

Declaration

Here is the list of declaration for ow2-jdbc-service-1.0-spec. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ow2.spec.osgi</groupId>
   <artifactId>ow2-jdbc-service-1.0-spec</artifactId>
   <version>1.0.13</version>
</dependency>

If you think this Maven repository POM file listing for ow2-jdbc-service-1.0-spec is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

GNU Lesser General Public License.

Plugin

The following plugins are used in the ow2-jdbc-service-1.0-spec-1.0.13.jar

  1. maven-bundle-plugin




Packages

The following packages are defined in the ow2-jdbc-service-1.0-spec-1.0.13.jar

org.osgi.service.jdbc

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>

<!--
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - OW2 Specifications
  - Copyright (C) 2011 Bull S.A.S.
  - Contact: easybeans@ow2.org
  -
  - This library is free software; you can redistribute it and/or
  - modify it under the terms of the GNU Lesser General Public
  - License as published by the Free Software Foundation; either
  - version 2.1 of the License, or (at your option) any later version.
  -
  - This library is distributed in the hope that it will be useful,
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - Lesser General Public License for more details.
  -
  - You should have received a copy of the GNU Lesser General Public
  - License along with this library; if not, write to the Free Software
  - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  -
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - $Id: pom.xml 6368 2013-05-07 10:16:53Z albertil $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>osgi</artifactId>
    <groupId>org.ow2.spec.osgi</groupId>
    <version>1.0.13</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>ow2-jdbc-service-1.0-spec</artifactId>
  <packaging>bundle</packaging>
  <name>OSGi EE: JDBC Service API v1.0</name>
  <description>JDBC Service API 1.0 for OSGi Enterprise</description>

  <properties>
    <spec.version>1.0</spec.version>
  </properties>

  <build>
    <plugins>

      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Export-Package><![CDATA[
            org.osgi.service.jdbc.*;version=${spec.version}
            ]]>
            </Export-Package>
          </instructions>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>