I am running my little Maven repository for some open source. I do not have a dedicated server, so I use the Google code repository , deploy the file system, and then commit and click. Great for me.
But some Maven tools look for nexus-maven-repository-index.properties and index (in GZ). I would like to create this index for
- get rid of the warning that it is not here
- Maven is not trying to repo for artifacts that aren't there.
How can i do this? Is there a tool (Java main) capable of generating an index? Also, tips on how to use proper Nexus Jars with a small command line tool are welcome.
repository maven nexus maven-indexer
Peter Kofler
source share