in maven-plugin-testing-harness/src/main/java/org/apache/maven/api/plugin/testing/stubs/RepositorySystemSupplier.java [191:195]
private void checkClosed() {
if (closed.get()) {
throw new IllegalStateException("Supplier is closed");
}
}