[JBoss JIRA] Created: (ARQ-198) Install bundle from maven dependencies
by Thomas Diesler (JIRA)
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
14 years, 10 months
[JBoss JIRA] Created: (ARQ-361) Split up Arquillian repository
by Aslak Knutsen (JIRA)
Split up Arquillian repository
------------------------------
Key: ARQ-361
URL: https://issues.jboss.org/browse/ARQ-361
Project: Arquillian
Issue Type: Feature Request
Affects Versions: 1.0.0.Beta1
Reporter: Aslak Knutsen
Fix For: 1.0.0.CR1
The containers need their own release cycle and The Arquillian build and repository is getting to big.
We could as a start split out by container owner.
containers-jboss
- jboss as 4.2, 5, 5.1, 6, 7 - remote, embedded, managed
- weld se ee - 1, 11 - embedded
- reloaded
- osgi
- tomcat sip v.
containers-glassfish
- glassfish 3, 3.1 - remote, embedded
containers-apache
- tomcat, openejb, openwebbeans
containers-other
- jetty
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months