The Maven POM file contains a lot of useful information but it's not always ready at hand. While browsing some pom.xml file and copy-pasting the url contained there, I thought there must be a better way. Why not have the URLs hyperlinked? I knew Netbeans has APIs for hyperlinking documents, took me a bit of tweaking and looking into other people's code (the netbeans.org cvs repository proved handy here. Thank you Struts support.) and here is the result.

Pressing Ctrl with a cursor over http/https url, shows a hyperlink which opens a new browser window or tab with the specified url.

The modules section of the pom can also turned into hyperlinks. Triggering that one causes the module's pom to be opened in the editor.

And it actually works also with plugin configurations as well. Opened the file referenced from the pom.
Any other places where hyperlinks could be useful in the POM?
PS: the features above will appear in the next version of mevenide2 for netbeans.
