Arquillian Seam 2 Extension

Arquillian Seam 2 Extension Obsolete Extension

Seam 2 support for Arquillian. Supports injection points annotated with @In and handles packaging Seam 2 libraries.

Type

Obsolete Extension

Source repository

VCS
git
Host
github.com
Organization
arquillian
Web URL
arquillian-extension-seam2
Clone URL
arquillian-extension-seam2.git

6 commits since the last release.

Last commit to the master branch:

chore(deps): bumps arq-core and jboss-parent to latest releases.
Authored by Bartosz Majsak, committed on 2017-09-18

Build dependency artifacts

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

Arquillian Seam 2 Extension

<dependency>
  <groupId>org.jboss.arquillian.extension</groupId>
  <artifactId>arquillian-seam2</artifactId>
  <version>1.0.0.Beta1</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.extension:arquillian-seam2:jar:1.0.0.Beta1 jar javadoc 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
3 1.0.0.Beta1 view blog   view tag 2013-09-18 Aslak Knutsen
2 1.0.0.Alpha2 view blog   view tag 2012-02-22 Aslak Knutsen
1 1.0.0.Alpha1 view blog   view tag 2012-02-12 Aslak Knutsen
Aslak Knutsen Aslak Knutsen
Bartosz Majsak Bartosz Majsak
Thiago Schoppen Veronese Thiago Schoppen Veronese