You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ Add this library to the classpath by adding the following maven dependency. Vers
14
14
</dependency>
15
15
```
16
16
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
+
17
25
## Building and releasing a new version:
18
26
19
27
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