Change the artifact ID from maven-schemaspy-plugin to schemaspy-maven-plugin. During the build of the plugin, an error is displayed which explains the reason:
[ERROR]
Artifact Ids of the format maven-___-plugin are reserved for
plugins in the Group Id org.apache.maven.plugins
Please change your artifactId to the format ___-maven-plugin
In the future this error will break the build.
Change the artifact ID from
maven-schemaspy-plugin
toschemaspy-maven-plugin
. During the build of the plugin, an error is displayed which explains the reason: