Skip to content

Commit

Permalink
Added command to build source jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
John May committed Jul 15, 2014
1 parent ebb7735 commit 2f7cf38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -146,6 +146,12 @@ Using `RELEASE` specifies the latest released version. The CDK uses even minor v
</dependencies>
```

A jar of the CDK source is deployed to the maven repos. However, you can also create or install a jar of the source locally with the following command:

```
mvn source:jar install
```

## Examples and tutorials

To get started using the CDK, you may be interested in the following websites which contain
Expand Down

0 comments on commit 2f7cf38

Please sign in to comment.