[jbosstools-issues] [JBoss JIRA] (JBIDE-11741) Make sure CDI support enabled for maven projects with deltaspike dependency

Jaroslav Jankovič (JIRA) jira-events at lists.jboss.org
Mon Jun 4 10:00:18 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698472#comment-12698472 ] 

Jaroslav Jankovič commented on JBIDE-11741:
-------------------------------------------

Stupid question - what if project is simple java project. Should be CDI support enabled automatically here too? Because it is not.
                
> 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#TemporaryDocumentation-ProjectConfiguration%2528withMaven%2529 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

       



More information about the jbosstools-issues mailing list