-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: 2.6.0.GA, 2.7.0.CR1
-
Fix Version/s: 2.7.0.GA
-
Component/s: RichFaces
-
Labels:None
-
Target Release:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Resolved Issue
-
Release Notes Text:
After generating the project from archetype with:
mvn archetype:generate -DarchetypeGroupId=org.jboss.archetype.wfk -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=2.7.0.Final -s path/to//wfk/settings
The pom.xml contains old artifacts:
WFK bom version:
<version.jboss.bom.wfk>2.5.0-redhat-1</version.jboss.bom.wfk>, but should be <version.jboss.bom.wfk>2.7.0-redhat-1</version.jboss.bom.wfk>
RichFaces:
<!-- Import the RichFaces core library -->
|
<dependency>
|
<groupId>org.richfaces.core</groupId>
|
<artifactId>richfaces-core-impl</artifactId>
|
</dependency>
|
<!-- Import the RichFaces components -->
|
<dependency>
|
<groupId>org.richfaces.ui</groupId>
|
<artifactId>richfaces-components-ui</artifactId>
|
</dependency>
|
, but should be:
<!-- Import the RichFaces library -->
|
<dependency>
|
<groupId>org.richfaces</groupId>
|
<artifactId>richfaces</artifactId>
|
</dependency>
|