Re: java.lang.NoClassDefFoundError: hudson/maven/MavenModuleSet

2014-03-17 Thread Ulli Hafner
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 >

java.lang.NoClassDefFoundError: hudson/maven/MavenModuleSet

2014-03-15 Thread dev123
; 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