Arquillian Containers

The Payara Arquillian containers provide various Arquillian containers for integration testing with Payara Community.

In version 5.2020.6, there are containers available for the following distributions:

Obtaining the Containers

Arquillian containers are included in a project via their Maven coordinates:

<dependency>
    <groupId>fish.payara.arquillian</groupId>
    <artifactId>arquillian-payara-${container-name}</artifactId>
    <version>${version}</version>
</dependency>

Some containers will be either in development or an early release version. In these cases the same process can be used, but the artifact will need to be built from source. The containers can be found in the main Payara source.

Clone the Payara Git repository:

git clone https://github.com/payara/Payara.git

Build and install:

cd Payara/
mvn clean install -DskipTests