Maven Repository - POM file for OSGi org.apache.servicemix.bundles.netty 3.2.5.Final_1 3.2.5.Final_1

Summary

Apache ServiceMix :: Bundles :: ${pkgArtifactId}.

This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file..

Declaration

Here is the list of declaration for org.apache.servicemix.bundles.netty. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.servicemix.bundles</groupId>
   <artifactId>org.apache.servicemix.bundles.netty</artifactId>
   <version>3.2.5.Final_1</version>
</dependency>

If you think this Maven repository POM file listing for org.apache.servicemix.bundles.netty 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 org.apache.servicemix.bundles.netty-3.2.5.Final_1.jar

  1. maven-shade-plugin




Packages

The following packages are defined in the org.apache.servicemix.bundles.netty-3.2.5.Final_1.jar

org.jboss.netty.bootstrap
org.jboss.netty.buffer
org.jboss.netty.channel
org.jboss.netty.channel.group
org.jboss.netty.channel.local
org.jboss.netty.channel.socket
org.jboss.netty.channel.socket.http
org.jboss.netty.channel.socket.nio
org.jboss.netty.channel.socket.oio
org.jboss.netty.container.microcontainer
org.jboss.netty.container.osgi
org.jboss.netty.container.spring
org.jboss.netty.handler.codec.base64
org.jboss.netty.handler.codec.compression
org.jboss.netty.handler.codec.embedder
org.jboss.netty.handler.codec.frame
org.jboss.netty.handler.codec.http
org.jboss.netty.handler.codec.http.websocket
org.jboss.netty.handler.codec.oneone
org.jboss.netty.handler.codec.protobuf
org.jboss.netty.handler.codec.replay
org.jboss.netty.handler.codec.rtsp
org.jboss.netty.handler.codec.serialization
org.jboss.netty.handler.codec.string
org.jboss.netty.handler.execution
org.jboss.netty.handler.logging
org.jboss.netty.handler.queue
org.jboss.netty.handler.ssl
org.jboss.netty.handler.stream
org.jboss.netty.handler.timeout
org.jboss.netty.logging
org.jboss.netty.util
org.jboss.netty.util.internal
org.jboss.netty.util.internal.jzlib




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<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>bundles-pom</artifactId>
    <groupId>org.apache.servicemix.bundles</groupId>
    <version>6</version>
    <relativePath>../bundles-pom/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.netty</artifactId>
  <packaging>bundle</packaging>
  <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
  <version>3.2.5.Final_1</version>
  <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.netty-3.2.5.Final_1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.netty-3.2.5.Final_1</developerConnection>
    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.netty-3.2.5.Final_1</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>${pkgGroupId}:${pkgArtifactId}</include>
                </includes>
              </artifactSet>
              <filters>
                <filter>
                  <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
                  <excludes>
                    <exclude>**</exclude>
                  </excludes>
                </filter>
              </filters>
              <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
              <createDependencyReducedPom>true</createDependencyReducedPom>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <releases />
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>jboss.m2</id>
      <name>JBoss Maven2 Repository</name>
      <url>http://repository.jboss.org/nexus/content/groups/public</url>
    </repository>
  </repositories>
  <properties>
    <pkgVersion>3.2.5.Final</pkgVersion>
    <servicemix.osgi.import.pkg>!org.jboss.netty*,
            javax.net*,
            com.google.protobuf*;resolution:=optional;version="[2,3)",
            javax.servlet*;resolution:=optional;version="[2.5,3)",
            org.apache.commons.logging*;resolution:=optional;version="[1.1,2)",
            org.apache.log4j*;resolution:=optional,
            org.jboss.logging*;resolution:=optional,
            org.slf4j*;resolution:=optional,
            *</servicemix.osgi.import.pkg>
    <servicemix.osgi.export.pkg>org.jboss.netty</servicemix.osgi.export.pkg>
    <pkgArtifactId>netty</pkgArtifactId>
    <pkgGroupId>org.jboss.netty</pkgGroupId>
  </properties>
</project>