Skip to content

Commit c79df7f

Browse files
committed
add local dev info to readme
1 parent f95b6fc commit c79df7f

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
@@ -20,6 +20,14 @@ Add this library to the classpath by adding the following maven dependency. Vers
2020
The [CustomAccessorNamingStrategy.java](src%2Fmain%2Fjava%2Fit%2Faboutbits%2Fmapstruct%2Fspi%2FCustomAccessorNamingStrategy.java) adds support for Lombok's `@With` methods.
2121
By default, Lombok would treat these generated functions as accessors and would try to map them.
2222

23+
## Local development:
24+
25+
To use this library as a local development dependency, you can simply refer to the version `BUILD-SNAPSHOT`.
26+
27+
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.
28+
29+
Note that you may have to tell your IDE to reload your main maven project each time you build the library.
30+
2331
## Building and releasing a new version:
2432

2533
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)