I use maven site plugin to generate site for my product. Is there any ability to generate rss stream to notify users about new versions and new pages on the site?

link|improve this question

56% accept rate
feedback

1 Answer

Interesting idea.

My solution is to use Nexus professional to deploy Maven sites. Nexus has a number of system feeds that publish changes.

link|improve this answer
I use github static pages to publish my site, so I think that for now I can just create rss.xml in site resources and add news there each time something changed. Rss format is pretty simple to edit it in any xml editor. But automation of rss editing would be ideal. – Volodymyr Frolov Nov 25 '11 at 17:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.