Details in b/383221175. The CLIRR Maven plugin depends on very old Maven artifact clirr-core. This dependency is not available in Airlock (go/airlock) as of now.
The clirr-maven-plugin being declared in the "build" > "plugins" element forces all Maven builds to try to download clirr-core.
|
<artifactId>clirr-maven-plugin</artifactId> |
The plugin needs to be explicitly enabled through a Maven profile when we run CIs.