hpi:run to test my plugin and run it I get:
>
> java.lang.NoClassDefFoundError: hudson/maven/MavenModuleSet
>
> In the pom of my plugin I have tried to add the maven-plugin explicitly:
>
>
> org.jenkins-ci.plugins
> plugin
> 1.553
>
;
mavenModuleSet.setGoals("clean package");
}
}
when I run mvn hpi:run to test my plugin and run it I get:
java.lang.NoClassDefFoundError
<http://stacktrace.jenkins-ci.org/search?query=java.lang.NoClassDefFoundError>:
hudson/maven/MavenModuleSet
In the pom of my plugin I have tried