Can’t you do “mvn -U clean package” the -U ignores the local cache timing.
Melloware @melloware on GitHub > On Feb 11, 2025, at 6:47 PM, sebb <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
