The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.
📦 Bill of Materials (BOMs)
BOMs are special artifacts that define dependency versions for a set of related artifacts.
Import a BOM in your project to manage consistent versions across related dependencies.
This pom module contains the needed dependencies for the code generated by graphql-java-generator,
when the plugin is in client mode, and the copyRuntimeSources plugin parameters is set to true
This pom module contains the needed dependencies for the code generated by graphql-java-generator,
when the plugin is in server mode. When you use maven plugin or the gradle plugin, just add this dependency
so that the generated code embeds the ...
Dependencies for the graphql-java-common-runtime module. It contains all
the dependencies for this module,
so that they can be used both from the client or server runtime, of from
the generated code when the runtime
code is copied into the ...
The anti-skew BOM (MAVEN_RELEASES.md): pins ONE coherent,
CI-verified version set of the inventory library artifacts. Consumers
import this instead of picking api/impl versions independently — only
combinations a build actually tested ...
The BOM declares all internal and appformer dependency versions in dependencyManagement.
KIE modules should _not_ directly import this BOM and instead use kie-parent and import specific KIE user BOMs.
The parent with dependencies declares all dependency versions in dependencyManagement.
All modules extend this parent, except for the boms (which are used here).
The parent with dependencies imports the KIE third party BOM, all user BOMs and adds the default test-scoped dependencies.
This is a temporary POM which should eventually removed once all the downstream projects migrate to kie-parent + user BOMs.
The parent with dependencies declares all dependency versions in dependencyManagement.
All modules extend this parent, except for the boms (which are used here).
The BOM declares all (internal + 3rd party) dependency versions in dependencyManagement.
KIE modules should _not_ directly import this BOM and instead use kie-parent and import specific KIE user BOMs.