Scan
Discover entities, Hibernate filters and project metadata.
mvn quietly:scanOpen source Maven plugin for Quarkus
Automated testing.
Less noise, more quality.
Quietly analyzes Quarkus and Hibernate projects, diagnoses testability issues, and generates idempotent REST and filter tests.

<plugin>
<groupId>io.github.quietly-official</groupId>
<artifactId>quietly-maven-plugin</artifactId>
<version>0.2.0</version>
</plugin>01 / Capabilities
From project discovery to focused, repeatable test generation.
Discover entities, Hibernate filters and project metadata.
mvn quietly:scanUnderstand what can be tested, what is blocked, and why.
mvn quietly:doctorGenerate deterministic and idempotent REST/filter tests.
mvn quietly:filter-testsGenerate lightweight CRUD smoke tests for supported operations.
mvn quietly:crud-tests02 / Rationale
Test generation should understand the project before it writes a file.
03 / Architecture
Quietly separates discovery, analysis and rendering so diagnostics and generated tests share the same source of truth.
04 / Current release
Use the official plugin coordinates:
io.github.quietly-official:quietly-maven-plugin:0.2.0 Open Maven Central 05 / Open source
Quietly is open source and developed in public.