I'm trying to move my code from the qdox annotations to java annotations but
it's not producing the service components xml file as expected. The component
xml is generated using @scr.component but not when I use only @Component.
In my pom.xml, I have
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<configuration>
<processAnnotations>true</processAnnotations>
</configuration>
<executions>
<execution>
<id>generate-scr-scrdescriptor</id>
<goals>
<goal>scr</goal>
</goals>
</execution>
</executions>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]