[richfaces-issues] [JBoss JIRA] (RF-13759) Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0

Pavel Slegr (JIRA) issues at jboss.org
Mon Aug 4 10:21:39 EDT 2014


Pavel Slegr created RF-13759:
--------------------------------

             Summary: Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0
                 Key: RF-13759
                 URL: https://issues.jboss.org/browse/RF-13759
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: cdk, component, core
    Affects Versions: 4.5.0.Alpha3
            Reporter: Pavel Slegr
             Fix For: 4.5.0.Beta1


both cdk and richfaces projects use different jboss-parent versions (9,12)
EAP-6.3.0 which will be underlying base for RF-4.5.0 uses as latest supported jboss-parent version 11. 
Please unify into jboss-parent 11

NOTE: updating cdk version into jboss-parent 11, will need a maintenance (update for deprecated code) in cdk/maven-plugin/src/main/java/org/richfaces/builder/mojo

These classes use deprecated api such as 
{code}
@parameter expression="${executedProject}""
{code}

which doesn't work with maven-plugin-plugin 3.1 and leads into 

{code}
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
{code}

Some other additional changes may be also needed.





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


More information about the richfaces-issues mailing list