Re: maven-scr-plugin FATAL ERROR with java.lang.NoClassDefFoundError

2008-10-10 Thread Carsten Ziegeler
Hi, sorry for the late response: I guess this is a problem from maven I encountered as well (not sure though). You should add the dependency with the missing class to your pom and just declare it as provided. I assume that this is a transitive dependency of a dependency which is scoped as provide

maven-scr-plugin FATAL ERROR with java.lang.NoClassDefFoundError

2008-09-18 Thread Heibel, Niklas
Hi all, I'm totally confused! When I remove the maven-scr-plugin from my master pom.xml maven finished successful. Then I add this to the master pom.xml: org.apache.felix maven-scr-plugin 1.0.8 generate-scr-scrdescriptor