[arquillian-issues] [JBoss JIRA] Resolved: (ARQ-198) Install bundle from maven dependencies

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed May 18 18:21:01 EDT 2011


     [ https://issues.jboss.org/browse/ARQ-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen resolved ARQ-198.
-------------------------------

    Resolution: Out of Date


Not a feature of the Deployer, but ShrinkWrap

> Install bundle from maven dependencies
> --------------------------------------
>
>                 Key: ARQ-198
>                 URL: https://issues.jboss.org/browse/ARQ-198
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: OSGi Containers
>            Reporter: Thomas Diesler
>            Assignee: Aslak Knutsen
>            Priority: Critical
>             Fix For: 1.0.0.Beta1
>
>
>     * Another interesting feature would be the installation of bundles that are declared as dependencies in the maven pom.xml. Let's say in the pom.xml you have the following dependency:
> <dependency>
>   <groupId>org.apache.felix</groupId>
>   <artifactId>org.apache.felix.configadmin</artifactId>
>   <version>${configadmin.version}</version>
> </dependency>
>  
> then it would be great if you could install that bundle simply through some installBundle("org.apache.felix", "org.apache.felix.configadmin") API which would infer the version from the maven context. Both Pax Exam and Apache ServiceMix testing have this feature and it makes integration with the maven buildsystem really easy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list