
assemblies.stubs.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stubs-assembly-descriptor
Show all versions of stubs-assembly-descriptor
Assembly Descriptor for WireMock Stubs JAR
The newest version!
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd"> <id>stubs</id> <formats> <format>jar</format> </formats> <includeBaseDirectory>false</includeBaseDirectory> <fileSets> <fileSet> <directory>${project.build.directory}</directory> <includes> <include>mappings/**</include> </includes> <outputDirectory/> </fileSet> </fileSets> </assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy