Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

adminfaces/quarkus-omnifaces

Repository files navigation

Quarkus OmniFaces extension - This repo is not maintained anymore, go to: https://github.com/quarkiverse/quarkus-omnifaces

1. How to try it?

Just add the following dependency:

<dependency>
    <groupId>com.github.adminfaces</groupId>
    <artifactId>quarkus-omnifaces</artifactId>
    <version>1.4.0</version>
</dependency>

1.1. Run sample application

💡
Run via quarkus runner with mvn clean package && java -jar system-tests/target/quarkus-app/quarkus-run.jar

1.2. Native mode

To run o quarkus native use:

mvn clean package -Pnative && ./system-tests/target/quarkus-app/quarkus-run

1.3. Run System tests

mvn clean test

1.4. Run native tests

mvn verify -Pnative

1.5. Other examples

Quarkus admin starter and Quarkus admin showcase are more elaborated applications using quarkus-omnifaces and quarkus myfaces extension. Follow the instructions on readme in order to run them.