Skip to content

Commit

Permalink
Added info about snapshot releases
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 10, 2023
1 parent ac0ab4f commit 3943adf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ If you are using Maven, you can install the cdk-scaffold package using:
</dependency>
```

### Snapshot releases

For snapshot releases (currently `2.8-SNAPSHOT`) include the following fragment to define the
snapshot repository:

```xml
<repositories>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
```

Further details on building the project in integrated development environments (IDEs) are available on the wiki:
* [Building the CDK](https://github.com/cdk/cdk/wiki/Building-CDK)
* [Maven Reporting Plugins](https://github.com/cdk/cdk/wiki/Maven-Reporting-Plugins)
Expand Down

0 comments on commit 3943adf

Please sign in to comment.