Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 2eed0ea

Browse files
author
Larry Ogrodnek
committed
add download/build instructions
1 parent 39119f7 commit 2eed0ea

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# aws-java-sdk-stubs
2+
[![Build Status](https://drone.io/github.com/bizo/aws-java-sdk-stubs/status.png)](https://drone.io/github.com/bizo/aws-java-sdk-stubs/latest)
23
## Services should come with stubs
34

45
This project provides stub classes for the [aws-sdk-java](https://github.com/aws/aws-sdk-java) services to make writing good tests much easier.
56

6-
[See Services should come with stubs](http://www.draconianoverlord.com/2013/04/13/services-should-come-with-stubs.html) and [Why I don't like mocks](http://www.draconianoverlord.com/2010/07/09/why-i-dont-like-mocks.html) on [Stephen's blog](http://www.draconianoverlord.com/).
7+
[See Services should come with stubs](http://www.draconianoverlord.com/2013/04/13/services-should-come-with-stubs.html) and [Why I don't like mocks](http://www.draconianoverlord.com/2010/07/09/why-i-dont-like-mocks.html) on [Stephen's blog](http://www.draconianoverlord.com/).
8+
9+
## Download
10+
11+
* [aws-java-sdk-stubs-1.2.0.jar](https://drone.io/github.com/bizo/aws-java-sdk-stubs/files/target/aws-java-sdk-stubs-1.2.0.jar)
12+
13+
## Building/Eclipse
14+
15+
`mvn eclipse:eclipse` to generate eclipse configuration (although these are also checked in)
16+
17+
`mvn clean test` to compile and run tests
18+
19+
`mvn clean package` to build the jar

0 commit comments

Comments
 (0)