Addition of the 'ignoreAnnotations' parameter to the ipojo plugin configuration
-------------------------------------------------------------------------------

                 Key: FELIX-398
                 URL: https://issues.apache.org/jira/browse/FELIX-398
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
            Reporter: François Fornaciari
            Priority: Minor
         Attachments: ipojo.patch

Plugin usage example :

<plugin>
  <groupId>org.apache.felix</groupId>
  <artifactId>maven-ipojo-plugin</artifactId>
  <configuration>
    <ignoreAnnotations>true</ignoreAnnotations>
  </configuration>
  ...
</plugin>

If the parameter is not specified, the annotations are not ignored.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to