Documentation

Generating Reports

Run the Maven plugin:

mvn refactorfirst:jsonReport

This writes .refactorfirst/refactor-first.json. A graphical HTML report is also generated into the targets/site directory bymvn refactorfirst:report.

Understanding the Report

CI/CD Integration

Add the RefactorFirst workflow to your repository so the report regenerates on every push to the default branch. See Getting Startedfor a copy-paste workflow.

Full Documentation

Complete plugin documentation is available in theRefactorFirst repository.