Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aether-dev] maven-metadata files in local repository?

I'd like to create a partial copy of a remote Maven repository, including creating maven-metadata indexes for the versions of dependencies that have been resolved.

Following the tutorials, just running repoSystem.resolveDependencies basically creates exactly what I want, minus the maven-metadata.xml files per group.

What's the right way to configure aether or otherwise cause indexing of resolved artifacts in the LocalRepository to create maven-metdata.xml files?

Thanks,

Mark

Back to the top