Download neethi-3.0.3.jar file

Introduction

You can download neethi-3.0.3.jar in this page.

License

The Apache Software License, Version 2.0

Type List

neethi-3.0.3.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.neethi/neethi/pom.properties
META-INF/maven/org.apache.neethi/neethi/pom.xml
org.apache.neethi.AbstractPolicyOperator.class
org.apache.neethi.All.class
org.apache.neethi.Assertion.class
org.apache.neethi.AssertionBuilderFactory.class
org.apache.neethi.AssertionBuilderFactoryImpl.class
org.apache.neethi.Constants.class
org.apache.neethi.ExactlyOne.class
org.apache.neethi.IntersectableAssertion.class
org.apache.neethi.Policy.class
org.apache.neethi.PolicyBuilder.class
org.apache.neethi.PolicyComponent.class
org.apache.neethi.PolicyContainingAssertion.class
org.apache.neethi.PolicyEngine.class
org.apache.neethi.PolicyOperator.class
org.apache.neethi.PolicyReference.class
org.apache.neethi.PolicyRegistry.class
org.apache.neethi.PolicyRegistryImpl.class
org.apache.neethi.builders.AssertionBuilder.class
org.apache.neethi.builders.PolicyContainingPrimitiveAssertion.class
org.apache.neethi.builders.PrimitiveAssertion.class
org.apache.neethi.builders.converters.AbstractDOMConverter.class
org.apache.neethi.builders.converters.AbstractOMConverter.class
org.apache.neethi.builders.converters.AbstractStaxConverter.class
org.apache.neethi.builders.converters.Converter.class
org.apache.neethi.builders.converters.ConverterException.class
org.apache.neethi.builders.converters.ConverterRegistry.class
org.apache.neethi.builders.converters.DOMToDOMConverter.class
org.apache.neethi.builders.converters.DOMToOMConverter.class
org.apache.neethi.builders.converters.DOMToStaxConverter.class
org.apache.neethi.builders.converters.OMToDOMConverter.class
org.apache.neethi.builders.converters.OMToOMConverter.class
org.apache.neethi.builders.converters.OMToStaxConverter.class
org.apache.neethi.builders.converters.StaxToDOMConverter.class
org.apache.neethi.builders.converters.StaxToOMConverter.class
org.apache.neethi.builders.converters.StaxToStaxConverter.class
org.apache.neethi.builders.xml.XMLPrimitiveAssertionBuilder.class
org.apache.neethi.builders.xml.XmlPrimitiveAssertion.class
org.apache.neethi.util.PolicyComparator.class
org.apache.neethi.util.PolicyIntersector.class
org.apache.neethi.util.Service.class

Pom

neethi-3.0.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Licensed to the Apache Software Foundation (ASF) under one
  ~ or more contributor license agreements. See the NOTICE file
  ~ distributed with this work for additional information
  ~ regarding copyright ownership. The ASF licenses this file
  ~ to you under the Apache License, Version 2.0 (the
  ~ "License"); you may not use this file except in compliance
  ~ with the License. You may obtain a copy of the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing,
  ~ software distributed under the License is distributed on an
  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  ~ KIND, either express or implied. See the License for the
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->

<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.apache</groupId>
        <artifactId>apache</artifactId>
        <version>9</version>
    </parent>
    <groupId>org.apache.neethi</groupId>
    <artifactId>neethi</artifactId>
    <name>Apache Neethi</name>
    <version>3.0.3</version>
    <packaging>bundle</packaging>
    <description>Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requirements and capabilities.</description>
    <url>http://ws.apache.org/neethi/</url>
    <issueManagement>
        <url>http://issues.apache.org/jira/browse/NEETHI</url>
    </issueManagement>

    <mailingLists>
        <mailingList>
            <name>WS Developers</name>
            <subscribe>dev-subscribe@ws.apache.org</subscribe>
            <unsubscribe>dev-unsubscribe@ws.apache.org</unsubscribe>
            <post>dev@ws.apache.org</post>
            <archive>http://mail-archives.apache.org/mod_mbox/ws-dev/</archive>
        </mailingList>
    </mailingLists>
    <inceptionYear>2004</inceptionYear>
    <developers>
        <developer>
            <name>Sanjiva Weerawarana</name>
            <id>sanjiva</id>
            <organization>WSO2 Inc.</organization>
            <email>sanjiva@opensource.lk</email>
        </developer>
        <developer>
            <name>Davanum Srinivas</name>
            <id>dims</id>
            <organization>IBM</organization>
            <email>dims@yahoo.com</email>
        </developer>
        <developer>
            <name>Dittmann, Werner</name>
            <id>werner</id>
            <organization />
            <email>werner.dittmann@siemens.com</email>
        </developer>
        <developer>
            <name>Sanka Samaranayake</name>
            <id>sanka</id>
            <organization>WSO2 Inc.</organization>
            <email>sanka@apache.org</email>
        </developer>
        <developer>
            <name>Daniel Kulp</name>
            <id>dkulp</id>
            <email>dkulp@apache.org</email>
        </developer>
        <developer>
            <name>Andreas Veithen</name>
            <id>veithen</id>
            <email>veithen@apache.org</email>
        </developer>
        <developer>
            <!-- Documentation -->
            <name>Chatra Nakkawita</name>
            <id>chatra</id>
            <organization>WSO2 Inc.</organization>
            <email>chatra@gmail.com</email>
        </developer>
    </developers>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/neethi/tags/neethi-3.0.3</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/neethi/tags/neethi-3.0.3</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/webservices/neethi/tags/neethi-3.0.3</url>
    </scm>
    <organization>
        <name>The Apache Software Foundation</name>
        <url>http://www.apache.org/</url>
    </organization>
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <forkMode>once</forkMode>
                    <childDelegation>false</childDelegation>
                    <excludes>
                        <exclude>**/PolicyTestCase.java</exclude>
                    </excludes>
                    <includes>
                        <include>**/*Test*.java</include>
                    </includes>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <descriptors>
                        <descriptor>src/main/assembly/bin.xml</descriptor>
                    </descriptors>
                    <tarLongFileMode>gnu</tarLongFileMode>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <attach>true</attach>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <version>2.1.0</version>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Implementation-Title>Apache Neethi</Implementation-Title>
                        <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
                        <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
                        <Implementation-Version>${project.version}</Implementation-Version>
                        <Specification-Title>Apache Neethi</Specification-Title>
                        <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
                        <Specification-Version>${project.version}</Specification-Version>
                        <Export-Package>
                              org.apache.neethi.*;version="${project.version}",
                        </Export-Package>
                        <Import-Package>
                              !org.apache.neethi.*,
                              org.apache.axiom.*;resolution:=optional,
                              javax.xml.stream.*;version="[0.0,2)",
                              *
                        </Import-Package>
                        <_failok>true</_failok>
                        <_nouses>true</_nouses>
                        <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                    </instructions>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.rat</groupId>
                <artifactId>apache-rat-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>verify</phase>
                        <goals>
                            <goal>check</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <excludes>
                        <exclude>.gitignore</exclude>
                        <exclude>.git/**</exclude>
                        <exclude>.pmd/**</exclude>
                        <exclude>.checkstyle/**</exclude>
                        <!-- RAT doesn't recognize this one as notes file -->
                        <exclude>RELEASE-NOTE.txt</exclude>
                        <!-- Files licensed by the W3C, as mentioned in the NOTICE file -->
                        <exclude>src/test/test-resources/w3tests/**</exclude>
                    </excludes>
                </configuration> 
            </plugin>
        </plugins>
	<pluginManagement>
	  <plugins>
	    <plugin>
	      <groupId>org.apache.maven.plugins</groupId>
	      <artifactId>maven-site-plugin</artifactId>
	      <version>${sitePluginVersion}</version>
	    </plugin>
	  </plugins>
	</pluginManagement>
    </build>
    <profiles>
      <profile>
	<id>maven-3</id>
	<activation>
	  <file>
	    <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
	    <exists>${basedir}</exists>
	  </file>
	</activation>
	<properties>
	  <sitePluginVersion>3.0-beta-2</sitePluginVersion>
	</properties>
      </profile>
        <profile>
            <id>release</id>
            <activation>
                <property>
                    <name>release</name>
                    <value />
                </property>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>2.7</version>
                        <executions>
                            <execution>
                                <goals>
                                    <goal>javadoc</goal>
                                </goals>
                            </execution>
                        </executions>
                        <configuration>
                            <attach>true</attach>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>


    <dependencies>
        <dependency>
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-api</artifactId>
            <version>${axiom.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-impl</artifactId>
            <version>${axiom.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-dom</artifactId>
            <version>${axiom.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.8.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.codehaus.woodstox</groupId>
            <artifactId>woodstox-core-asl</artifactId>
            <version>4.2.0</version>
        </dependency>
    </dependencies>
    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.7</version>
            </plugin>
            <plugin>
                <artifactId>maven-project-info-reports-plugin</artifactId>
                <version>2.1.1</version>
                <reportSets>
                    <reportSet>
                        <reports>
                            <report>issue-tracking</report>
                            <report>mailing-list</report>
                            <report>project-team</report>
                            <report>scm</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>
        </plugins>
    </reporting>
    <distributionManagement>
        <site>
            <id>neethi-website</id>
            <url>scpexe://people.apache.org/www/ws.apache.org/neethi/${project.version}</url>
        </site>
    </distributionManagement>
    <properties>
        <axiom.version>1.2.14</axiom.version>
        <neethi.osgi.version>${project.version}</neethi.osgi.version>
        <bundle.plugin.version>2.3.7</bundle.plugin.version>
        <failIfNoTests>false</failIfNoTests>
	<sitePluginVersion>2.1</sitePluginVersion>
    </properties>
</project>

POM Entry

<dependency>
   <groupId>org.apache.neethi</groupId>
   <artifactId>neethi</artifactId>
   <version>3.0.3</version>
</dependency>

Download

If you think the following neethi-3.0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download neethi-3.0.3.jar file




PreviousNext

Related