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

Brian Leathem (JIRA) issues at jboss.org
Wed Aug 13 13:00:30 EDT 2014


    [ https://issues.jboss.org/browse/RF-13775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992701#comment-12992701 ] 

Brian Leathem commented on RF-13775:
------------------------------------

Thanks [~ppitonak].  I'd like to take it one step further and replace the javadoc xdoclet usage with Annotations as we did with the CDK: https://github.com/richfaces/richfaces-cdk/commit/0e33b866f61dd5e2b707e9f2d13df2641fbb991d.  I'll schedule this for the current sprint.

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