Hi,

Target maven:dist creates a target/distributions/${artifactId}.tar.gz
file whose "docs" subdir contains: 
  * the javadoc html files [good]
  * all the html files generated by reports [bad]

I do want the report stuff for "maven site" but not in the binary
distribution.

Can anyone suggest how to achieve this? 

I've been experimenting with a preGoal for "dist:build-bin" that deletes
the stuff out of ${maven.dist.bin.archive.dir} but I've not quite got it
working. And it's not the best solution anyway; it would be better to
avoid executing the reports in the first place for the "dist" goal.


One other thing: there isn't any Maven info on wiki.apache.org; it might
be nice to at least have a welcome page.

Thanks,

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to