Code Monkey home page Code Monkey logo

ext-lib-amazon-mws-products's Introduction

Build Status

Amazon MWS(Marketplace Web Service) Products Java Library - Version 2011-10-01.V269521071

The project is mavenised unofficial copy of Java library provided by Amazon for dealing with Amazon Marketplace Web Service API.

Current CI status: https://travis-ci.org/trifonnt/ext-lib-amazon-mws-products

About this Library

Based on the 2011-10-01 API version. Refers only to the MWSProductsJavaClientLibrary-2011-10-01.zip file.

Prerequisites

  • Amazon Pro Merchant seller account or another Amazon account that makes you eligible to use Amazon Marketplace Web Service (Amazon MWS). For more information, see the Amazon MWS FAQ.

  • Registering for Amazon MWS. For more information see the Amazon MWS FAQ.

  • Java Platform Standard Edition 6.0 Development Kit (JDK 1.6.0_19) or newer. If your version of the JDK is older than 6.0, you must install the newer version. For more information, go to the Java SE Downloads page.

How to

Create this project from scratch

$ mvn archetype:create \
 -DarchetypeGroupId=org.apache.maven.archetypes \
 -DgroupId=com.github.trifonnt \
 -DartifactId=ext-lib-amazon-mws-products \
 -DpackageName=com.amazonservices.mws.products

Migrate to new version of Amazon MWS Products library

$ git clone https://github.com/trifonnt/ext-lib-amazon-mws-products.git

$ cd ext-lib-amazon-mws-products

$ mkdir orig-library

$ cd orig-library

$ wget https://images-na.ssl-images-amazon.com/images/G/01/mwsportal/clientlib/Products/2011-10-01/MWSProductsJavaClientLibrary-2011-10-01._V269521071_.zip

$ unzip MWSProductsJavaClientLibrary-2011-10-01._V269521071_.zip


$ mv LICENSE.txt  ../

$ mkdir ../src/test/resources/
$ mkdir ../src/test/java/com/amazonservices/mws/products/mock/ -p
$ mv src/com/amazonservices/mws/products/mock/*.xml ../src/test/resources/
$ mv src/com/amazonservices/mws/products/mock/MarketplaceWebServiceProductsMock.java ../src/test/java/com/amazonservices/mws/products/mock/
$ rm -r src/com/amazonservices/mws/products/mock

$ mkdir ../src/test/java/com/amazonservices/mws/products/samples/
$ mv src/com/amazonservices/mws/products/samples/*.java ../src/test/java/com/amazonservices/mws/products/samples/
$ rm -r src/com/amazonservices/mws/products/samples

$ mkdir ../src/main/java/com/amazonservices/mws/products/model/
$ mv src/com/amazonservices/mws/products/*.java ../src/main/java/com/amazonservices/mws/products/
$ mv src/com/amazonservices/mws/products/model/*.java ../src/main/java/com/amazonservices/mws/products/model
$ rm -r src/com/amazonservices/mws/products/model


$ mvn clean install -Dmaven.javadoc.skip=true

Publish new version to Bintray

Publishing releases using Github, Bintray and maven-release-plugin

Publishing Your Maven Project to Bintray

$ mvn clean install -Prelease -Dmaven.javadoc.skip=true

$ mvn versions:set
$ mvn deploy

Publish new version to JitPack

  • Create new Release in GitHub

  • Open below URL in order to start JitPack build process

https://jitpack.io/com/github/trifonnt/ext-lib-amazon-mws-products/1.0.1

Get this project into your Maven build(pom.xml)

...
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
 ...
 ...
 	<dependency>
	    <groupId>com.github.trifonnt</groupId>
	    <artifactId>ext-lib-amazon-mws-products</artifactId>
	    <version>1.0.1</version>
	</dependency>
...

Licensing

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

ext-lib-amazon-mws-products's People

Contributors

trifonnt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.