[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)]
Asked
Active
Viewed 1,264 times
0
-
Possible duplicate of ["Plugin not found for prefix" error in Eclipse](http://stackoverflow.com/questions/7414075/plugin-not-found-for-prefix-error-in-eclipse) – A_Di-Matteo Aug 18 '16 at 14:54
-
Thanks for your prompt reply. Unfortunately it doesn't help – Anand Aug 18 '16 at 15:53
-
is fortify plugin declared in the concerned `pom.xml` file either in `pluginManagement/plugins` or `plugins` section? – A_Di-Matteo Aug 18 '16 at 15:55
-
Hey @Anand did you resolve this error? – Adi Aug 24 '18 at 06:31
1 Answers
0
Try adding pluginGroup in settings.xml
<pluginGroup>com.fortify.ps.maven.plugin</pluginGroup>

OnePlus
- 125
- 1
- 2
- 10