Hi Gerrit, I am also heavily using the site-plugin to generate the site of the flex project. I didn’t have to provide the generatedSiteDirectory config option at all ... As soon as I run:
mvn site It generates the „target/site“ directory with all of the site content. Eventually you could have a look at the maven-site branch of the flex-site repo: https://git-wip-us.apache.org/repos/asf?p=flex-site.git;a=tree;h=refs/heads/maven-site;hb=refs/heads/maven-site If you want to generate the site for an apache project, eventually this could help (I wrote down everything needed): http://flex.apache.org/ng/doc-website.html Chris Am 04.11.16, 09:20 schrieb "Hohl, Gerrit" <[email protected]>: Hello everyone, :-) I'm trying to create some content for the Maven site during the Maven build process. I recognized that the maven-site-plugin has a <generatedSiteDirectory> configuration property which allows defining a directory which holds such generated content. Normally it's the target/generated-site folder. So I placed an APT as well as a HTML file there. But nothing happened. So I defined it in the configuration of the maven-site-plugin in the pluginManagement section: <generatedSiteDirectory>${project.build.directory}/generated-site</gener atedSiteDirectory> But also that didn't change anything. After the Maven build there is still no file in the target/site folder. Neither the rendered APT file nor the HTML file. Where is my mistake? :-( Regards Gerrit
