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) _______________________________________________ richfaces-issues mailing list richfaces-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/richfaces-issues