We're using "Remove Snapshots From Repository" task on daily basis with our repository in Nexus.
After snapshots removal is finished, we run a maven build with Tycho plugin which uses the repository in Nexus through Nexus P2 Bridge Plugin.
The issue is that it looks like Nexus don't refresh p2 metadata after snapshots removal. We have version 0.4 of our jar (it's available on disc and we can see it from Nexus UI), but when maven gets artifacts.xml from the repo, there's only 0.3 version.
Should we rebuild the p2 metadata somehow after snapshots are deleted?