I have two projects A and B. A is dependent on B.
Both projects are build using quarkus native build with maven. Quarkus Version is 2.7.4
I did the code changes in B but have not changed its pom version and kept the same version in A. The changes are not getting picked up in Project A during execution. But If I change the pom version of B and also change its version in A, then it gets reflected in A.
I am not able to understand why its happening. Can somebody help, please.
Got the answer, Quarkus and maven won't look for changes to artifacts they already have cached unless the version ends with -SNAPSHOT