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

.analysisql-clickhouse.1.1.source-code.assembly.xml Maven / Gradle / Ivy

<assembly
        xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
  <id>lib</id>

  <formats>
    <format>dir</format>
  </formats>

  <includeBaseDirectory>false</includeBaseDirectory>

  <dependencySets>
    <dependencySet>
      <useProjectArtifact>false</useProjectArtifact>

      <unpack>false</unpack>

      <outputDirectory>/</outputDirectory>
    </dependencySet>
  </dependencySets>

  <fileSets>
    <fileSet>
      <directory>src/main/resources</directory>

      <excludes>
        <exclude>*</exclude>
      </excludes>

      <outputDirectory>/</outputDirectory>
    </fileSet>
  </fileSets>
</assembly>  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy