[
https://issues.jboss.org/browse/JBIDE-11233?page=com.atlassian.jira.plugi...
]
Brian Leathem commented on JBIDE-11233:
---------------------------------------
Generating an archetype via the command line with:
{code}
mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes
-DarchetypeArtifactId=richfaces-archetype-simpleapp
-DarchetypeVersion=4.2.0-Final
-Denterprise=true
{code}
Results in a generated project with a pom that references the RichFaces BOM
version:
{code}
<org.richfaces.bom.version>4.1.0.Final-redhat-1</org.richfaces.bom.version>
{code}
This should instead be:
{code}
4.2.0.Final-redhat-1
{code}
Dependencies' versions missing when creating Richfaces Project
with EAP 6.0.0.ER3
---------------------------------------------------------------------------------
Key: JBIDE-11233
URL:
https://issues.jboss.org/browse/JBIDE-11233
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 3.3.0.Beta1
Environment: jbdevstudio-product-universal-5.0.0.v201203062109M-H100-Beta1.jar
Reporter: Martin Malina
Assignee: Snjezana Peco
Priority: Blocker
Fix For: 3.3.0.Beta1
Cloned from JBIDE-11232 cause the same problem occurs with Richfaces Project.
When you try to create the Richfaces Project from JBoss Central with EAP 6.0.0.ER3 (i.e.
enterprise=true) you are offered a quick fix dialog with a lot of errors and none of them
offers a fix. Most of the errors are of this sort:
Project build error: 'dependencies.dependency.version' for
com.sun.faces:jsf-impl:jar is missing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira