Fix deprecation warning from mojo extractor running against eba-maven-plugin
----------------------------------------------------------------------------
Key: ARIES-209
URL: https://issues.apache.org/jira/browse/ARIES-209
Project: Aries
Issue Type: Improvement
Reporter: Jeremy Hughes
Priority: Minor
Fix this warning from the eba-maven-plugin module:
[INFO] Building Aries EBA Maven Plugin
[INFO] task-segment: [dependency:analyze]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing dependency:analyze
[INFO] [enforcer:enforce {execution: default}]
[INFO] [plugin:descriptor]
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[WARNING] org.apache.aries.plugin.eba.EbaMojo#zipArchiver:
[WARNING] The syntax
[WARNING] @parameter expression="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.