Maven Repository - POM file for Web Service ow2-jws-2.0-spec 1.0.1 1.0.1

Summary

Java EE: JWS API v2.0.

Java WebServices API of Java EE 5.0.

Declaration

Here is the list of declaration for ow2-jws-2.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.ee</groupId>
   <artifactId>ow2-jws-2.0-spec</artifactId>
   <version>1.0.1</version>
</dependency>

If you think this Maven repository POM file listing for ow2-jws-2.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-jws-2.0-spec-1.0.1.jar

  1. maven-bundle-plugin




Packages

The following packages are defined in the ow2-jws-2.0-spec-1.0.1.jar

javax.jws
javax.jws.soap

POM File Source

Here is the content of the POM file.

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

<!--
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - OW2 Specifications
  - Copyright (C) 2007 Bull S.A.S.
  - Contact: easybeans@objectweb.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 4762 2009-03-09 08:47:01Z benoitf $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->

<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>
    <groupId>org.ow2.spec</groupId>
    <artifactId>ee</artifactId>
    <version>1.0.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ow2.spec.ee</groupId>
  <artifactId>ow2-jws-2.0-spec</artifactId>
  <packaging>bundle</packaging>
  <name>Java EE: JWS API v2.0</name>
  <description>Java WebServices API of Java EE 5.0</description>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Export-Package>javax.jws.*;version=2.0</Export-Package>
          </instructions>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>