cstamas commented on PR #190: URL: https://github.com/apache/creadur-rat/pull/190#issuecomment-1886680320
Error is "You need to specify a goalPrefix as it can not be correctly computed". https://issues.apache.org/jira/browse/MPLUGIN-450 In short, plugin is "smart" to handle core plugins (maven-xxx-plugin) and to some extent external plugins (xxx-maven-plugin), but RAT artifactId does not follow this pattern, but in turn, prefix became mandatory, hence build failure. In this case, you must specify the prefix explicitly in m-p-p configuration using `<goalPrefix>`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
