Fred Bricon created JBIDE-11416:
-----------------------------------
Summary: JSF 2.1 dependencies are ignored by JSFProjectConfigurator
Key: JBIDE-11416
URL:
https://issues.jboss.org/browse/JBIDE-11416
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.3.0.Beta1
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 3.3.0.Beta3
If a project has a dependency to JSF 2.1, like :
{code:xml}
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.1</version>
<scope>provided</scope>
</dependency>
{code}
no JSF Facet is installed. The JSF Facet 2.1 is only available in Juno, so it cannot be
installed, but JBT should at least fall back on the highest facet version available (2.0)
--
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