0
votes

[ERROR] No plugin found for prefix 'fortify' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\.m2\repository), central (https://repo.maven.apache.org/maven2)]

1
Thanks for your prompt reply. Unfortunately it doesn't help - Anand
is fortify plugin declared in the concerned pom.xml file either in pluginManagement/plugins or plugins section? - A_Di-Matteo
Hey @Anand did you resolve this error? - Adi

1 Answers

0
votes

Try adding pluginGroup in settings.xml

<pluginGroup>com.fortify.ps.maven.plugin</pluginGroup>