[
https://issues.jboss.org/browse/JBIDE-12104?page=com.atlassian.jira.plugi...
]
Fred Bricon resolved JBIDE-12104.
---------------------------------
Fix Version/s: 3.3.0.Final
(was: 3.3.1)
Resolution: Rejected
Closing as rejected. Project Configuration is not automatically triggered on dependency
changes (to avoid performance issues), it should be an explicit action from the user :
right-click > Maven > Update Project configuration.
CDI support is added to any java project having dependencies on CDI, Seam3 or Deltaspike.
If the project is a Web or EJB project, the CDI Facet will be installed as well.
CDI support not enabled for maven projects with deltaspike dependency
supposed to be packed as jar
---------------------------------------------------------------------------------------------------
Key: JBIDE-12104
URL:
https://issues.jboss.org/browse/JBIDE-12104
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI extensions, maven
Affects Versions: 3.3.0.CR1
Reporter: Jaroslav Jankovič
Assignee: Fred Bricon
Fix For: 3.3.0.Final
pom.xml of such a project:
{code}
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>test</groupId>
<artifactId>test.project</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-api</artifactId>
<version>0.2-incubating</version>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-impl</artifactId>
<version>0.2-incubating</version>
</dependency>
</dependencies>
</project>
{code}
--
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