grock.javascript-framework.source-archive-maven-plugin.1.11.7.source-code.js-test-src-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>js-src</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.basedir}${file.separator}src${file.separator}test${file.separator}javascript</directory>
<outputDirectory></outputDirectory>
<excludes>
<exclude>main${file.separator}resources${file.separator}assembly.xml</exclude>
</excludes>
</fileSet>
</fileSets>
</assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy