[ http://jira.codehaus.org/browse/MOJO-365?page=comments#action_63470 ]
Detlef Pleiss commented on MOJO-365: ------------------------------------ Additionally to copying files it generates an index page so all files from the given directory can be accessed by clicking a link on that index page. We use it to have access to project related documents from within the project site. After adding a file there's no need to manually synchronize some indexpage, but that is done automatically by rebuilding the site. The latter step may be automated by CI. So all someone has to do after generating a new document is to add it to version control and after the automated rebuild he'll see it listed on the project site. > new plugin: Files plugin > ------------------------ > > Key: MOJO-365 > URL: http://jira.codehaus.org/browse/MOJO-365 > Project: Mojo > Type: New Feature > Components: Plugin Submission > Reporter: Detlef Pleiss > Attachments: maven-files-plugin.zip > > > something like the Files plugin, for Maven 1 at > http://maven-plugins.sourceforge.net/maven-files-plugin/index.html . > It copies all files from src/files to target/site/files and generates an > index page as report that links to all these files, also recursing into > subdirectories. > Can be used to publish arbitrary files, like PDF, DOC, Visio etc. within the > project site. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
