Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.22 KB

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