Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-dev] maven-metadata.xml file not updating correctly.

Hi,

I tried to push some artifact to nexus using aether api programmatically.  I have pushed different versions of an artifact. I saw in maven-metadata.xml file, there is only release tag but not the latest tag for the last artifact i have pushed.

Second case is when I deleted an artifact from nexus remote repository, the maven-metadata file is not updated correctly.

Is there any way I can update the metadata file. If I can do that by programmatically, it would be better.

Thanks

Back to the top