This repository contains some implementations of the JakartaEE CDI 2.0 specification
. Details of each application can be found in its own readme
file.
mvn liberty:dev #or mvn liberty:run
Examples of this repository use Arquillian
for tests. Therefore, you must run the liberty-maven-plugin
goals to create the application server, install the features, and deploy the application to the server if you haven't run the following commands before.
mvn clean package
mvn liberty:create liberty:install-feature liberty:deploy
After that, you can run the Arquillian tests
with the following goal
mvn verify