[
https://issues.jboss.org/browse/JBIDE-11741?page=com.atlassian.jira.plugi...
]
Fred Bricon resolved JBIDE-11741.
---------------------------------
Release Notes Text:
The CDI Nature is now automatically added to maven projects having a dependency on an
artifact with a groupId starting with "org.apache.deltaspike."
If the project is a Dynamic Web or EJB project, the CDI and Maven Facets are also
installed.
Resolution: Done
Fixed in trunk
Make sure CDI support enabled for maven projects with deltaspike
dependency
---------------------------------------------------------------------------
Key: JBIDE-11741
URL:
https://issues.jboss.org/browse/JBIDE-11741
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: CDI extensions, maven
Reporter: Alexey Kazakov
Assignee: Fred Bricon
Labels: new_and_noteworthy
Fix For: 3.3.0.CR1
Here is an example of such a dependency:
{code}
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-api</artifactId>
<version>${deltaspike.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-impl</artifactId>
<version>${deltaspike.version}</version>
<scope>runtime</scope>
</dependency>
{code}
See
https://cwiki.apache.org/DeltaSpike/temporary-documentation.html#Temporar...
for details.
--
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