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

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Sep 3 09:09:52 EDT 2010


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

Thomas Diesler resolved ARQ-198.
--------------------------------

    Resolution: Done


Done

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

Please pull from http://github.com/jbosgi/arquillian/tree/arq198

> Install bundle from maven dependencies
> --------------------------------------
>
>                 Key: ARQ-198
>                 URL: https://jira.jboss.org/browse/ARQ-198
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: OSGi Containers
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: 1.0.0.Alpha4
>
>
>     * 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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list