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

assemblies.single-jar.xml Maven / Gradle / Ivy

Go to download

Custom assembly to create a Jar with all dependencies and services properties merged.

There is a newer version: 4.6.2
Show newest version
<!--

    Copyright 2012-2015 Erwin Müller <[email protected]>

    This file is part of globalpom-izpack-singlejar-assembly.

    globalpom-izpack-singlejar-assembly is free software: you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by the
    Free Software Foundation, either version 3 of the License, or (at your
    option) any later version.

    globalpom-izpack-singlejar-assembly is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    details.

    You should have received a copy of the GNU Lesser General Public License
    along with globalpom-izpack-singlejar-assembly. If not, see <http://www.gnu.org/licenses/>.

-->
<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>single-jar</id>
	<formats>
		<format>jar</format>
	</formats>
	<includeBaseDirectory>false</includeBaseDirectory>
	<dependencySets>
		<dependencySet>
			<outputDirectory>/</outputDirectory>
			<useProjectArtifact>true</useProjectArtifact>
			<unpack>true</unpack>
			<scope>runtime</scope>
		</dependencySet>
	</dependencySets>
    <containerDescriptorHandlers>
        <containerDescriptorHandler>
            <handlerName>metaInf-services</handlerName>
        </containerDescriptorHandler>
    </containerDescriptorHandlers>
</assembly>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy