[
https://issues.jboss.org/browse/JBIDE-8252?page=com.atlassian.jira.plugin...
]
Snjezana Peco commented on JBIDE-8252:
--------------------------------------
The following scopes are defined in the m2eclipse DependencyTree page of the Maven pom
editor:
- all (test) - Artifact.SCOPE_TEST
- compile+runtime - Artifact.SCOPE_COMPILE_PLUS_RUNTIME
- compile - Artifact.SCOPE_COMPILE
- runtime - Artifact.SCOPE_RUNTIME
In my opinion Artifact.SCOPE_TEST is correct because it includes all dependencies shown in
the Dependency Tree page.
But I guess all dependencies are already loaded at this point since
eclipse JDT needs it before we do.
Right.
JBoss Maven Configurators don't check transitive dependencies
-------------------------------------------------------------
Key: JBIDE-8252
URL:
https://issues.jboss.org/browse/JBIDE-8252
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.2.0.CR1
Reporter: Snjezana Peco
Assignee: Snjezana Peco
Fix For: 3.2.0.CR2 (tentative), 3.3.0.M1
Attachments: jbide-8252.patch
If you create a project based on the
org.jboss.weld.archetypes:jboss-javaee6-webapp:1.0.1.Beta2 archetype, you will see that
the CDI and JSF facets aren't added.
The project includes CDI and JSF libraries as transitive dependencies.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira