MP quickstarts pom.xml is missing asciidoctor-maven-plugin version
------------------------------------------------------------------
Key: WFLY-14173
URL:
https://issues.redhat.com/browse/WFLY-14173
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 22.0.0.Alpha1
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Major
Fix For: 22.0.0.Beta1
We noticed one common warning for all XP2-CR1 MicroProfile Quickstarts that could be
simply fixed by introducing the build version for _asciidoctor-maven-plugin_ dependency.
{noformat}
[WARNING] Some problems were encountered while building the effective model for
org.jboss.eap.xp.quickstarts:microprofile-config:war:2.0.0.GA
[WARNING] 'build.plugins.plugin.version' for
org.asciidoctor:asciidoctor-maven-plugin is missing. @
org.jboss.eap.xp.quickstarts:microprofile-config:[unknown-version],
jboss-eap-xp-2.0.0.GA-quickstarts/microprofile-config/pom.xml, line 78, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the
stability of your build.
{noformat}