NottyCode / liberty-arquillian

Arquillian Liberty Managed and Remote containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Arquillian Liberty Managed and Remote containers

License:Apache License 2.0


Languages

Language:Java 100.0%