Is there a commonly accepted way to clean up the local site staging directory in a multi-module build? As best I can tell, running a 'clean compile site:site site:stage' on a project with a staging directory of say ${basedir}/staging means the staging directory is difficult to manage because maven runs the above goals on each module and then runs them on the aggregator pom. So basically, each module wipes out the site files of the previous module.

I could just modify the maven-clean-plugin on the first module to run to have it clean out the staging directory, but that seems chunky...

Robert Kuropkat



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to