Arquillian OSGi Remote Container Adapter

Arquillian OSGi Remote Container Adapter

OSGi Remote Container integration for the Arquillian Project

Lead

Thomas Diesler

Type

Container Adapter

Family

osgi

Source repository

VCS
git
Host
github.com
Organization
arquillian
Web URL
arquillian-container-osgi
Clone URL
arquillian-container-osgi.git

20 commits since the last release.

Last commit to the master branch:

[maven-release-plugin] prepare release 2.0.0.Alpha2
Authored by Thomas Diesler, committed on 2012-12-06

Build dependency artifacts

Add the appropriate stanza to the <dependencies> element in your pom.xml:

Arquillian OSGi Remote Container Adapter

<dependency>
  <groupId>org.jboss.arquillian.osgi</groupId>
  <artifactId>arquillian-container-osgi-remote</artifactId>
  <version>1.0.2.Final</version>
  <scope>test</scope>
</dependency>
Warning: You'll also need to add the Arquillian core platform and possibly additional dependencies. Please refer to the guides for more details.

Latest published artifacts

  • org.jboss.arquillian.container:arquillian-container-osgi:jar:1.0.2.Final jar pom
  • org.jboss.arquillian.container:arquillian-container-osgi-embedded:jar:1.0.2.Final jar pom
  • org.jboss.arquillian.container:arquillian-container-osgi-remote:jar:1.0.2.Final jar pom
  • org.jboss.arquillian.protocol:arquillian-protocol-osgi:jar:1.0.2.Final jar pom
  • org.jboss.arquillian.testenricher:arquillian-testenricher-osgi:jar:1.0.2.Final jar pom
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
1 1.0.2.Final view blog   view tag 2012-03-01 Thomas Diesler
  • Arquillian Core – 1.0.0.CR7
  • ShrinkWrap Core – 1.0.0-cr-1
  • JUnit – 4.8.1
Aslak Knutsen
Karel Piwko
Thomas Diesler