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

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Apr 27 09:48:18 EDT 2011


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

Thomas Diesler updated ARQ-198:
-------------------------------

    Priority: Critical  (was: Major)


This feature is required for AS7/OSGi testing. 

Running org.jboss.arquillian.container.osgi.arq198.ARQ198TestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec


> 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