Revision 77894e2 includes files from the SDK without any modifications
Revision dc7066d changes include:
- To return ResponseHeaderMetadata for Feed APIs
- GetMyPriceForASIN API request to accept ItemCondition
- Constructing ItemAttributesType field for all Product APIs with the help of XSD
Examine commit diffs here.
Generates executable jar files with dependencies.
Clone your project in a separate folder (note: replace ORGANIZATION and PROJECT)
$ git clone [email protected]:ORGANIZATION/PROJECT.git
Example :
$ git clone [email protected]:cleo/amazonservices_javaclients_modifications.git
Go into the project folder where pom.xml file resides
$ cd my-projectName
Example :
$ cd <project_path>/amazonservices_javaclients_modifications/ext-lib-amazon-mws-modifications
Just build it!
$ mvn clean package
And see what you got!
$ dir target