Maven Repository - POM file for Http pax-swissbox-extender 1.5.1 1.5.1

Summary

OPS4J Pax Swissbox :: Extender.

OPS4J Pax Swissbox - Utilities related to extender pattern. Detailed information to be found at http://wiki.ops4j.org/confluence/x/NQRN..

Declaration

Here is the list of declaration for pax-swissbox-extender. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ops4j.pax.swissbox</groupId>
   <artifactId>pax-swissbox-extender</artifactId>
   <version>1.5.1</version>
</dependency>

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





Plugin

The following plugins are used in the pax-swissbox-extender-1.5.1.jar

  1. maven-bundle-plugin

Packages

The following packages are defined in the pax-swissbox-extender-1.5.1.jar

org.ops4j.pax.swissbox.extender

POM File Source

Here is the content of the POM file.

<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.ops4j.pax</groupId>
    <artifactId>swissbox</artifactId>
    <version>1.5.1</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <groupId>org.ops4j.pax.swissbox</groupId>
  <artifactId>pax-swissbox-extender</artifactId>
  <packaging>bundle</packaging>

  <name>OPS4J Pax Swissbox :: Extender</name>
  <description>
    OPS4J Pax Swissbox - Utilities related to extender pattern.
    Detailed information to be found at http://wiki.ops4j.org/confluence/x/NQRN.
  </description>

  <properties>
    <bundle.symbolicName>org.ops4j.pax.swissbox.extender</bundle.symbolicName>
    <bundle.namespace>org.ops4j.pax.swissbox.extender</bundle.namespace>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>org.ops4j.pax.swissbox</groupId>
      <artifactId>pax-swissbox-lifecycle</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.ops4j.base</groupId>
      <artifactId>ops4j-base-lang</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <!-- Test dependencies -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
    </dependency>
  </dependencies>

</project>