/liberty-arquillian

Arquillian Liberty Managed and Remote containers

Primary LanguageJavaApache License 2.0Apache-2.0

Arquillian Liberty Server Containers Maven Central Latest Build Status

For Arquillian Liberty Managed container documentation, click here.

For Arquillian Liberty Remote container documentation, click here.

Testing

To run tests, you will need to specify the following parameters:

Parameter Description
runtime The runtime to use. Specify ol for Open Liberty and wlp for WebSphere Liberty.
runtimeVersion Version of the specified runtime to use.

For example, to run tests on version 18.0.0.1 of the Open Liberty runtime, use the following command:

mvn verify -Druntime=ol -DruntimeVersion=18.0.0.1