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

assemblies.assembly-local.xml Maven / Gradle / Ivy

There is a newer version: 1.24.5
Show newest version
<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