On Tue, 11 Feb 2025 at 23:52, Melloware Inc <melloware...@gmail.com> wrote: > > Can’t you do “mvn -U clean package” the -U ignores the local cache timing.
It's not a question of cache timing: the missing jar does not yet exist in any repo. However, I did just try that, and it makes no difference; 'mvn dependency:list' still fails to find org.apache.commons:commons-weaver-processor:jar:2.1-SNAPSHOT Note that the component is currently at version 2.1-SNAPSHOT. Surely it should not be necessary to build and install the component in order to list its dependencies? Or am I missing something here? > > Melloware > @melloware on GitHub > > > On Feb 11, 2025, at 6:47 PM, sebb <seb...@gmail.com> wrote: > > > > Commons weaver seems to have an issue with its pom module settings. > > > > One symptom is that the following fails: > > > > $ mvn dependency:list > > > > with > > > > Could not resolve dependencies for project > > org.apache.commons:commons-weaver-maven-plugin:maven-plugin:2.1-SNAPSHOT: > > Failure to find > > org.apache.commons:commons-weaver-processor:jar:2.1-SNAPSHOT in > > https://repository.apache.org/snapshots was cached in the local > > repository, resolution will not be reattempted until the update > > interval of apache.snapshots has elapsed or updates are forced > > > > This can be fixed using 'mvn install', but surely that should not be > > necessary? > > Is there some bootstrapping issue here? > > > > Much the same problem occurs when using japicmp in the maven-plugin module. > > [So it was temporarily disabled to allow builds to complete] > > > > Can anyone provide any assistance here? > > > > Sebb > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org