d.sdk.core.mastercard-sdk-core.2.2.0.source-code.bundle.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mastercard-sdk-core Show documentation
Show all versions of mastercard-sdk-core Show documentation
Java Core SDK for use with Masterpass Merchant Checkout Service SDK on MasterCard Developer Zone
(https://developer.mastercard.com)
<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>bundle</id> <formats> <!-- <format>tar.gz</format> --> <format>zip</format> <!-- <format>tar</format> --> </formats> <includeBaseDirectory>true</includeBaseDirectory> <fileSets> <fileSet> <directory>target</directory> <outputDirectory></outputDirectory> </fileSet> </fileSets> </assembly>