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.uberfire:uberfire-parent-metadata:0.7.2.Final'
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-parent-metadata</artifactId>
<version>0.7.2.Final</version>
</dependency>
<dependency org="org.uberfire" name="uberfire-parent-metadata" rev="0.7.2.Final"/>
"org.uberfire", "uberfire-parent-metadata", "0.7.2.Final"