The metadata parent contains all parent metadata (including plugins) except for dependency versions. This is to avoid a chicken-and-egg problem with the boms.
'org.kie:kie-parent-metadata:6.2.0.Final'
<dependency> <groupId>org.kie</groupId> <artifactId>kie-parent-metadata</artifactId> <version>6.2.0.Final</version> </dependency>
<dependency org="org.kie" name="kie-parent-metadata" rev="6.2.0.Final"/>
"org.kie", "kie-parent-metadata", "6.2.0.Final"