You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
there were a few nits in #3411 that need to be followed up on.
the shade plugin outputs dependency-reduced-pom.xml under the pom's basedir by default since we were not using dependencyReducedPomLocation config. As a consequence many developers who have used the old build in their local repo prior to this PR will have a stale file under dist that is not cleaned up by maven
I suggest to add it to the exclude list in this PR to minimize reported build failures.
In a follow up we can add dependencyReducedPomLocation to the shade plugin configs
see other comments from Bobby.
The text was updated successfully, but these errors were encountered:
Describe the bug
there were a few nits in #3411 that need to be followed up on.
the shade plugin outputs dependency-reduced-pom.xml under the pom's basedir by default since we were not using dependencyReducedPomLocation config. As a consequence many developers who have used the old build in their local repo prior to this PR will have a stale file under dist that is not cleaned up by maven
I suggest to add it to the exclude list in this PR to minimize reported build failures.
In a follow up we can add dependencyReducedPomLocation to the shade plugin configs
see other comments from Bobby.
The text was updated successfully, but these errors were encountered: