Throw error if the @scr.component tag is used more than once ------------------------------------------------------------
Key: FELIX-970 URL: https://issues.apache.org/jira/browse/FELIX-970 Project: Felix Issue Type: Improvement Components: Maven SCR Plugin Affects Versions: maven-scr-plugin-1.0.8 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: maven-scr-plugin-1.0.9 If a java source file contains the @scr.component tag more than once, only one of them is used to create the scr descriptor. This leads to missing configuration. As the tag is intended to be a single-use tag, we should throw an exception if it appears more than once. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.