[
https://issues.jboss.org/browse/JBIDE-11741?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-11741:
----------------------------------------
I think we can close this issue since in general our maven integration module supports
deltaspike. If you see any problem then just create a new issue as you did for
JBIDE-12104.
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