how to generate download-site using maven
问题 I am new to Maven and trying to accomplish a simple task: build jar package and web site [DONE] deploy them to remote server via scp [DONE] the site should contain download page with links to the deployed jar files [MISSING] I do not want to use archiva or similar tools. I just want to have a (static, generated) page on the web site with the links to all the built jars (or only to the latest build). I tried: put <item name="Downloads" href="download.html"/> into the site.xml mvn commons