ferenc-csaky commented on PR #27019: URL: https://github.com/apache/flink/pull/27019#issuecomment-3318078929
> @ferenc-csaky can you please elaborate a bit more on that > > > In general, this may still fail for ./mvnw clean install -pl flink-kubernetes, cause -pl on its own does not build upstream modules, that requires -am as well. > > I checked and reproduced the issue on master > > however I tried the same on PR's branch and it is not reproduced (assume it is fixed) also to have more clean test before `./mvnw clean install -pl flink-kubernetes` I executed `rm -rf ~/.m2/repository/org/apache/flink/` and also not reproduced on PR's branch at the same time I was able to observe that required `flink-annotations` jar along with others was downloaded from snapshots apache repo https://repository.apache.org/snapshots You're correct, I ignored the fact that the `SNAPSHOT` artifacts are deployed to the Apache snapshot repo so they will be downloadable, and not necessary to build them. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
