[richfaces-issues] [JBoss JIRA] (RF-13775) Depracated syntax used in RichFaces Resources Maven Plugin

Pavol Pitonak (JIRA) issues at jboss.org
Wed Aug 13 08:38:29 EDT 2014


Pavol Pitonak created RF-13775:
----------------------------------

             Summary: 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


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}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the richfaces-issues mailing list