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

marytts.tools.voiceimport.templates.installable.xml Maven / Gradle / Ivy

The newest version!
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0">
  <id>installable</id>
  <formats>
    <format>zip</format>
  </formats>
  
  <includeBaseDirectory>false</includeBaseDirectory>

  <fileSets>
    <fileSet>
      <directory>${project.basedir}</directory>
      <outputDirectory>/</outputDirectory>
      <includes>
        <include>lib/voices/${VOICENAME}/*</include>
      </includes>
    </fileSet>
  </fileSets>

  <dependencySets><!-- Copy over jar file -->
    <dependencySet>
      <useProjectArtifact>true</useProjectArtifact>
      <outputDirectory>/lib</outputDirectory>
      <unpack>false</unpack>
      <scope>runtime</scope>
      <includes>
        <include>${project.groupId}:voice-${VOICENAME}</include>
      </includes>
    </dependencySet>
  </dependencySets>

</assembly>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy