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

assemblies.docs.xml Maven / Gradle / Ivy

There is a newer version: 38
Show newest version
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
  <id>docs</id>
  <formats>
    <format>zip</format>
  </formats>
  <includeBaseDirectory>false</includeBaseDirectory>
  <fileSets>
    <fileSet>
      <directory>${asciidoc.dir}</directory>
      <outputDirectory>./</outputDirectory>
      <excludes>
        <exclude>**/*.ad</exclude>
        <exclude>**/*.adoc</exclude>
      </excludes>
    </fileSet>
    <fileSet>
      <directory>${project.build.directory}/asciidoc</directory>
      <outputDirectory>./</outputDirectory>
    </fileSet>
  </fileSets>
</assembly>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy