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
| `io.github.yok:flexdblink` | Core library artifact with the JUnit 5 extension (`@LoadData`) | Use this dependency when consuming FlexDBLink from tests or Spring-based test suites |
421
+
| `io.github.yok:flexdblink-maven-plugin` | Maven plugin artifact for `load` / `dump` | Use this artifact inside Maven plugin configuration |
422
+
423
+
---
424
+
412
425
## Maven Plugin (`flexdblink-maven-plugin`)
413
426
427
+
`flexdblink-maven-plugin`is a published GitHub Packages artifact for this repository. Use the plugin
428
+
coordinates shown in the `POM Plugin Example` section below, and make sure GitHub Packages access is
429
+
configured in your build environment before resolving the plugin.
430
+
414
431
FlexDBLink can also be used as a Maven plugin wrapper for `load` and `dump`, while reusing the
0 commit comments