<?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.gdata</artifactId>
  <packaging>bundle</packaging>
  <name>Apache ServiceMix :: Bundles :: gdata</name>
  <version>1.41.1_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.gdata-1.41.1_1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.gdata-1.41.1_1</developerConnection>
    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.gdata-1.41.1_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 />
      <id>smx-m2-repo</id>
      <name>ServiceMix M2 Repository</name>
      <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
    </repository>
  </repositories>
  <properties>
    <pkgVersion>1.41.1</pkgVersion>
    <servicemix.osgi.import.pkg>!com.google.gdata*,
            com.google.common.collect,
            com.sun.mirror.apt;resolution:=optional,
            com.sun.mirror.declaration;resolution:=optional,
            com.sun.mirror.type;resolution:=optional,
            com.sun.mirror.util;resolution:=optional,
            javax.crypto,
            javax.crypto.spec,
            javax.xml.parsers,
            javax.xml.validation,
            org.xml.sax,
            org.xml.sax.helpers</servicemix.osgi.import.pkg>
    <servicemix.osgi.export.pkg>com.google.gdata</servicemix.osgi.export.pkg>
    <pkgArtifactId>gdata-core</pkgArtifactId>
    <pkgGroupId>com.google.gdata</pkgGroupId>
  </properties>
</project>

