assemblies.assembly-local.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appng-template-assembly
Show all versions of appng-template-assembly
assembly descriptors for an appNG template
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> <id>assembly-local</id> <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>dir</format> </formats> <fileSets> <fileSet> <directory>src/main/resources</directory> <outputDirectory></outputDirectory> <filtered>false</filtered> <excludes> <exclude>html/**</exclude> <exclude>*.html</exclude> <exclude>template.xml</exclude> </excludes> </fileSet> <fileSet> <directory>src/main/resources</directory> <outputDirectory></outputDirectory> <filtered>true</filtered> <includes> <include>template.xml</include> </includes> </fileSet> </fileSets> </assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy