How to index a Maven repo without Nexus/Artifactory/etc?
问题 I run my own little Maven repo for some open source. I have no dedicated server so I use a Google code repository, deploy to file system and then commit and push. Works perfect for me. But some Maven tools are looking for a nexus-maven-repository-index.properties and the index (in GZ). I would like to generate this index to get rid of the warning that it's not here Maven doesn't try the repo for artefacts that are not there. How can I do that? Is there a tool (Java main) that is able to