> Having thought of it, I believe it could be done easily. The only thing we > have to do are the following steps: > > a) stage a site somehere into the target directory with a path containing > the ${project.version}, eg: > > target/ > |-- theOtherStuff > `-- versioned-site > |-- 1.0 > |-- 1.1 > |-- 1.2 > `-- index.html >
Is the idea to have all site version built during the site build? That's not what I was thinking of. I was thinking that we add ${project.version} to the site dist url and that would keep the set of versioned maven sites on the web server (not in the target folder). I'm very much thinking conventions here, not inventing a specific Mojo project solution. That's why I suggested involving the maven team as well. But that might just be the Maven part of my brain speaking... /Anders