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

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu Jun 24 22:51:46 EDT 2010


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


    * 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