Re: Maven based plugin - ClassNotFoundException on NetBeans based dependency

2019-11-09 Thread John McDonnell
Hi, I have solved this issue by adding yenta to my application which allowed me to define my plugin as a friend of the org-netbeans-modules-code-analysis module. Regards John On 2019/11/09 12:12:07, John Mc wrote: > Hi, > > This morning I started to look at a SpotBugs plugin, and so I have

Maven based plugin - ClassNotFoundException on NetBeans based dependency

2019-11-09 Thread John Mc
Hi, This morning I started to look at a SpotBugs plugin, and so I have started trying to create a maven based NetBeans plugin for this. The problem I'm having is that I need to have a dependency on org.netbeans.modules:org-netbeans-modules-code-analysis:RELEASE112 but it seems that this isn't bei