All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.proxima-direct-io-bigtable.0.6.0-jdk11.source-code.dependency-reduced-pom.xml Maven / Gradle / Ivy

<?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>proxima-direct</artifactId>
    <groupId>cz.o2.proxima</groupId>
    <version>0.6.0-jdk11</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>proxima-direct-io-bigtable</artifactId>
  <name>${project.groupId}:${project.artifactId}</name>
  <build>
    <extensions>
      <extension>
        <groupId>kr.motd.maven</groupId>
        <artifactId>os-maven-plugin</artifactId>
        <version>${maven.ext.os.version}</version>
      </extension>
    </extensions>
    <plugins>
      <plugin>
        <groupId>com.coderplus.maven.plugins</groupId>
        <artifactId>copy-rename-maven-plugin</artifactId>
        <version>1.0</version>
        <executions>
          <execution>
            <id>copy-and-rename-tcnative</id>
            <phase>compile</phase>
            <goals>
              <goal>rename</goal>
            </goals>
            <configuration>
              <fileSets>
                <fileSet>
                  <sourceFile>${project.build.directory}/classes/META-INF/native/libio_grpc_netty_shaded_netty_tcnative_linux_x86_64.so</sourceFile>
                  <destinationFile>${project.build.directory}/classes/META-INF/native/libcz_o2_proxima_bigtable_shaded_io_grpc_netty_shaded_netty_tcnative_linux_x86_64.so</destinationFile>
                </fileSet>
                <fileSet>
                  <sourceFile>${project.build.directory}/classes/META-INF/native/io_grpc_netty_shaded_netty_tcnative_windows_x86_64.dll</sourceFile>
                  <destinationFile>${project.build.directory}/classes/META-INF/native/cz_o2_proxima_bigtable_shaded_grpc_io_netty_shaded_netty_tcnative_windows_x86_64.dll</destinationFile>
                </fileSet>
                <fileSet>
                  <sourceFile>${project.build.directory}/classes/META-INF/native/libio_grpc_netty_shaded_netty_tcnative_osx_x86_64.jnilib</sourceFile>
                  <destinationFile>${project.build.directory}/classes/META-INF/native/libcz_o2_proxima_bigtable_shaded_grpc_io_netty_shaded_netty_tcnative_osx_x86_64.jnilib</destinationFile>
                </fileSet>
              </fileSets>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>${maven.shade.version}</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <filters>
            <filter>
              <artifact>*:*</artifact>
              <excludes>
                <exclude>META-INF/*.SF</exclude>
                <exclude>META-INF/*.DSA</exclude>
                <exclude>META-INF/*.RSA</exclude>
              </excludes>
            </filter>
          </filters>
          <transformers>
            <transformer />
          </transformers>
          <relocations>
            <relocation>
              <pattern>io.grpc.netty.shaded.</pattern>
              <shadedPattern>${shadePattern}.io.grpc.netty.shaded.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>io.grpc.</pattern>
              <shadedPattern>${shadePattern}.io.grpc.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>io.opencensus.</pattern>
              <shadedPattern>${shadePattern}.io.opencensus.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>com.google.api.</pattern>
              <shadedPattern>${shadePattern}.com.google.api.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>com.google.protobuf.</pattern>
              <shadedPattern>${shadePattern}.com.google.protobuf.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>com.google.bigtable.</pattern>
              <shadedPattern>${shadePattern}.com.google.bigtable.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>com.google.cloud.</pattern>
              <shadedPattern>${shadePattern}.com.google.cloud.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>com.google.auth.</pattern>
              <shadedPattern>${shadePattern}.com.google.auth.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>com.google.common.</pattern>
              <shadedPattern>${shadePattern}.com.google.common.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>com.fasterxml.</pattern>
              <shadedPattern>${shadePattern}.com.fasterxml.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>org.apache.commons.</pattern>
              <shadedPattern>${shadePattern}.org.apache.commons.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>javax.xml.</pattern>
              <shadedPattern>${shadePattern}.javax.xml.</shadedPattern>
            </relocation>
            <relocation>
              <pattern>org.apache.xerces.</pattern>
              <shadedPattern>${shadePattern}.org.apache.xerces.</shadedPattern>
            </relocation>
          </relocations>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-dependency-plugin</artifactId>
            <version>3.1.2</version>
            <executions>
              <execution>
                <id>unpack-dependencies</id>
                <phase>generate-resources</phase>
                <goals>
                  <goal>unpack-dependencies</goal>
                </goals>
                <configuration>
                  <excludeGroupIds>cz.o2.proxima</excludeGroupIds>
                  <includes>**/META-INF/native/*</includes>
                  <outputDirectory>/home/honza/git/proxima/proxima-platform/direct/io-bigtable/target/classes/</outputDirectory>
                  <overWriteReleases>true</overWriteReleases>
                  <overWriteSnapshots>true</overWriteSnapshots>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
      <properties>
        <os.detected.arch>x86_64</os.detected.arch>
        <os.detected.release.version>20.04</os.detected.release.version>
        <os.detected.release.like.debian>true</os.detected.release.like.debian>
        <os.detected.name>linux</os.detected.name>
        <os.detected.release.like.ubuntu>true</os.detected.release.like.ubuntu>
        <os.detected.classifier>linux-x86_64</os.detected.classifier>
        <os.detected.release>ubuntu</os.detected.release>
      </properties>
    </profile>
    <profile>
      <id>site</id>
      <build />
    </profile>
  </profiles>
  <properties>
    <bigtable.version>1.12.0</bigtable.version>
    <grpc.version>1.21.0</grpc.version>
    <shadePattern>cz.o2.proxima.bigtable.shaded</shadePattern>
  </properties>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy