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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed May 2 14:13:18 EDT 2012


Alexey Kazakov created JBIDE-11741:
--------------------------------------

             Summary: 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, maven
            Reporter: Alexey Kazakov
            Assignee: Fred Bricon
             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