Building a Branch Plugin for 6.7 LTS throws NoClassDefFound

Hi, i’m trying to start building a plugin bringing branch support to CE.

I’m using Maven dependencies for 6.7 version. The build process is successfull but when i put the plugin in my test SQ intance, i get the following error:

java.lang.NoClassDefFoundError: org/sonar/server/branch/BranchFeatureExtension

The SQ instance i’m using is a fresh copy of last 6.7.7 Community LTS.

There is something i colud be missing?

Thanks in advance.

I’m pretty sure that SonarQube exposes only the package org.sonar.api.* to custom plugins. You can’t access the org.sonar.server package.