You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
This plugin should be renamed to something more like "github-site-maven-plugin" so that it has a unique prefix relative to the Maven standard site plugin. Or, the <goalPrefix> element should be used to set the prefix to something unique.
When attempting to run a standard plugin goal such as "site:stage" (https://maven.apache.org/plugins/maven-site-plugin/stage-mojo.html), Maven outputs:
According to https://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html this is because this plugin is named so that the plugin prefix is "site", which conflicts with the prefix for the standard "maven-site-plugin" plugin.
This plugin should be renamed to something more like "github-site-maven-plugin" so that it has a unique prefix relative to the Maven standard site plugin. Or, the
<goalPrefix>element should be used to set the prefix to something unique.