checkstyle / test-configs

Stores configs for regression-report.yml (checkstyle repository) and diff.groovy (contribution repository)
https://github.com/checkstyle/checkstyle/tree/master/.github/workflows#regression-report-workflow---regression-reportyml
GNU Lesser General Public License v2.1
2 stars 3 forks source link

diff-java-tool should create pom.xml for maven execution #190

Closed romani closed 2 months ago

romani commented 2 months ago

Detected at https://github.com/checkstyle/checkstyle/pull/15666#discussion_r1764414561

We need to avoid this dependency to pom.xml exits before execution. Tool can store this file in resources and save it to disk before execution.

relentless-pursuit commented 2 months ago

I think this issue can be closed.