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

assemblies.sample.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>sample</id>
	<formats>
		<format>zip</format>
	</formats>
	<fileSets>
		<fileSet>
			<directory>${project.basedir}</directory>
			<outputDirectory>/</outputDirectory>
			<useDefaultExcludes>true</useDefaultExcludes>
			<includes>
				<include>src/**</include>
			</includes>
		</fileSet>
	</fileSets>
	<dependencySets>
		<dependencySet>
			<scope>runtime</scope>
			<outputDirectory>libs</outputDirectory>
			<useProjectArtifact>false</useProjectArtifact>
			<unpack>false</unpack>
			<excludes>
				<exclude>com.lowagie:*</exclude>
				<exclude>bouncycastle:*</exclude>
			</excludes>		
		</dependencySet>
	</dependencySets>
</assembly>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy