According to https://maven.apache.org/guides/plugin/guide-java-plugin-development.html , plugin should not have artifactId with maven-something-plugin, as this is:
Using this naming pattern is an infringement of the Apache Maven Trademark.
https://github.com/jboss-developer/maven-qstools-plugin/blob/master/pom.xml#L23