META-INF.maven.com.mastercard.masterpass.merchant.mastercard-masterpass-merchant.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mastercard-masterpass-merchant Show documentation
Show all versions of mastercard-masterpass-merchant Show documentation
Masterpass Merchant Checkout SDK on MasterCard Developer Zone (https://developer.mastercard.com)
The newest version!
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.mastercard.masterpass.merchant</groupId> <artifactId>mastercard-masterpass-merchant</artifactId> <packaging>jar</packaging> <name>mastercard-masterpass-merchant</name> <version>1.3.1</version> <description>Masterpass Merchant Checkout SDK on MasterCard Developer Zone (https://developer.mastercard.com)</description> <url>https://developer.mastercard.com</url> <licenses> <license> <name>BSD-2 License</name> </license> </licenses> <developers> <developer> <email>[email protected]</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/Masterpass/mastercard-masterpass-merchant.git</connection> <developerConnection>scm:git:[email protected]:Masterpass/mastercard-masterpass-merchant.git</developerConnection> <url>https://github.com/Masterpass/mastercard-masterpass-merchant</url> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <Organization>MasterCard</Organization> <Divison>Digital Payment Transaction</Divison> </configuration> <executions> <execution> <id>attach-javadoc</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> <executions> <execution> <id>install-build-dir</id> <phase>package</phase> <goals> <goal>install-file</goal> </goals> <configuration> <file>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</file> <groupId>${project.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <version>${project.version}</version> <packaging>jar</packaging> <pomFile>pom.xml</pomFile> <localRepositoryPath>${project.build.directory}/localrepo</localRepositoryPath> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>com.mastercard.sdk.token</groupId> <artifactId>mastercard-sdk-token</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> <version>1.5.0</version> </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>