Remove/do not generate pom.xml
if no source code exists in the module
#3392
Labels
hermetic-build
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
We need to remove empty modules (except for
pom.xml
) when transport changes.For example, in googleapis/googleapis@de97a5f, the transport changed from
grpc+rest
torest
and the source code in the grpc module is removed. However, thepom.xml
in the module is not removed and cause test failure in graalvm build:We should either
pom.xml
from a module if there's no source codepom.xml
if there's no source code (this is preferable)part of b/372713264
The text was updated successfully, but these errors were encountered: