[jbosstools-issues] [JBoss JIRA] (JBIDE-11233) Dependencies' versions missing when creating Richfaces Project with EAP 6.0.0.ER3
Max Rydahl Andersen (JIRA)
jira-events at lists.jboss.org
Fri Mar 9 15:37:36 EST 2012
[ https://issues.jboss.org/browse/JBIDE-11233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675613#comment-12675613 ]
Max Rydahl Andersen commented on JBIDE-11233:
---------------------------------------------
hmm - shouldn't those get included when using the javae6 BOM the other archetypes and most quickstarts uses ?
i.e.:
<javaee6.web.spec.version>2.0.0.Final</javaee6.web.spec.version>
<!-- Alternatively, comment out the above line, and un-comment the line below to
use version 3.0.0.Beta1-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. -->
<!--
<javaee6.web.spec.version>3.0.0.Beta1-redhat-1</javaee6.web.spec.version>
-->
</properties>
<dependencyManagement>
<dependencies>
<!-- JBoss distributes a complete set of Java EE 6 APIs including
a Bill of Materials (BOM). A BOM specifies the versions of a "stack" (or
a collection) of artifacts. We use this here so that we always get the correct
versions of artifacts. Here we use the jboss-javaee-web-6.0 stack (you can
read this as the JBoss stack of the Java EE Web Profile 6 APIs) -->
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<version>${javaee6.web.spec.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
> 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
More information about the jbosstools-issues
mailing list