Every good work of software starts by scratching a developer’s personal itch.
I have not written anything to the blog for quite a long time. The reason is simple. I did not have time. The main reason was not my job hunting as you would suspect but my hobby project MvnIndex. It is just another attempt to make Maven more user friendly.
I have written indexer of central repository, implemented small and simple on-line search engine and what is the most important, I wrote simple Eclipse plugin that helps me with writing POMs. Now I think it is stable enough to make it public. (By saying that it is stable enough I do not mean that it is stable:-).
I would appreciate some feedback. I’d like to know what do you think about it. Whether you think that it is useful and if so, what should be done in the next step. Do not hesitate and write it to my JIRA.
Be aware that it is just the very first version, there is some stuff that has to be done to make it completely production ready. Eclipse plugin lacks ability to use customer provided index files to be able to work with inhouse artifacts. Automatic update of data would be also nice. I am planning to implement it in the next iteration.