[richfaces-issues] [JBoss JIRA] (RF-12781) The kitchensink-rf quickstart uses obsolete property names and values

Sande Gilda (JIRA) jira-events at lists.jboss.org
Sat Feb 9 21:24:56 EST 2013


Sande Gilda created RF-12781:
--------------------------------

             Summary: The kitchensink-rf quickstart uses obsolete property names and values 
                 Key: RF-12781
                 URL: https://issues.jboss.org/browse/RF-12781
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: examples
            Reporter: Sande Gilda


The POM file currently contains:
<jboss.as.plugin.version>7.1.1.Final</jboss.as.plugin.version>

The correct name/value is:            <version.org.jboss.as.plugins.maven.plugin>7.3.Final</version.org.jboss.as.plugins.maven.plugin>

It also defines:
<!-- Define the version of the JBoss BOMs we want to import. The 
     JBoss BOMs specify tested stacks. -->
<jboss.bom.version>1.0.0.Final</jboss.bom.version>
<!-- Alternatively, comment out the above line, and un-comment the 
    line below to use version 1.0.2.Final-redhat-1 which is a release 
    certified to work with JBoss EAP 6. It requires you have access 
    to the JBoss EAP 6 maven repository. -->
<!-- <jboss.bom.version>1.0.2.Final-redhat-1</jboss.bom.version> -->

That section should be defined as follows:
        <!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
        <version.org.jboss.bom>1.0.4.Final</version.org.jboss.bom>
        <!-- Alternatively, comment out the above line, and un-comment the 
            line below to use version 1.0.4.Final-redhat-1 which is a release certified 
            to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6 
            maven repository. -->
        <!-- <version.org.jboss.bom>1.0.4.Final-redhat-1</version.org.jboss.bom>  -->


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list