]
Brian Leathem updated RF-13775:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
Depracated syntax used in RichFaces Resources Maven Plugin
----------------------------------------------------------
Key: RF-13775
URL:
https://issues.jboss.org/browse/RF-13775
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.5.0.Alpha3
Reporter: Pavol Pitonak
Priority: Trivial
Fix For: 4.5.0.Beta1
Original Estimate: 1 hour
Remaining Estimate: 1 hour
During the build of Resources Maven Plugin these warnings are displayed:
{code}
[WARNING] org.richfaces.resource.plugin.ProcessMojo#compress:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#encoding:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#pack:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#project:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#skins:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#staticResourceMappingFile:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
[WARNING] org.richfaces.resource.plugin.ProcessMojo#staticResourcePrefix:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
{code}