You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Jeremy Hughes (JIRA)" <ji...@apache.org> on 2010/03/02 15:56:27 UTC

[jira] Created: (ARIES-209) Fix deprecation warning from mojo extractor running against eba-maven-plugin

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.


[jira] Resolved: (ARIES-209) Fix deprecation warning from mojo extractor running against eba-maven-plugin

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved ARIES-209.
-------------------------------

         Assignee: Jarek Gawor
    Fix Version/s: 0.2
       Resolution: Fixed

Fix committed in revision 947745.


> 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
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 0.2
>
>
> 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.