Fix deprecation warnings about using components.
------------------------------------------------
Key: MJBOSS-31
URL: http://jira.codehaus.org/browse/MJBOSS-31
Project: Maven 2.x JBoss Plugin
Issue Type: Improvement
Affects Versions: 1.3.2
Reporter: Paul Gier
There are currently some warnings coming from deprecated syntax for using maven
components. This should be updated to use the preferred syntax.
{quote}
[WARNING] org.codehaus.mojo.jboss.DeployMojo#wagonManager:
[WARNING] The syntax
[WARNING] @parameter expression="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
[WARNING] org.codehaus.mojo.jboss.ReDeployMojo#wagonManager:
[WARNING] The syntax
[WARNING] @parameter expression="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
[WARNING] org.codehaus.mojo.jboss.UndeployMojo#wagonManager:
[WARNING] The syntax
[WARNING] @parameter expression="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
{quote}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email