Skip to content

Commit a69198f

Browse files
committed
add local build info
1 parent fba8f6f commit a69198f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Add this library to the classpath by adding the following maven dependency. Vers
1414
</dependency>
1515
```
1616

17+
## Local development:
18+
19+
To use this library as a local development dependency, you can simply refer to the version `BUILD-SNAPSHOT`.
20+
21+
Check out this repository and run the maven goal `install`. This will build and install this library as version `BUILD-SNAPSHOT` into your local maven cache.
22+
23+
Note that you may have to tell your IDE to reload your main maven project each time you build the library.
24+
1725
## Building and releasing a new version:
1826

1927
To create a new version of this package and push it to the maven registry, you will have to use the GitHub actions workflow and manually trigger it.

0 commit comments

Comments
 (0)