Hi,
So I've gotten pretty far with Maven (to the point where I'm liking it more
and more). It's a slow slog, wading through articles and documentation, but
I'm starting to like it. I've got a few questions on site generation....
1. How do I specify the location of my license file for site generation. I
assume this is just a tag in my POM like most of the other site related bits.
2. Can I supply HTML formatted text for my description text in my POM that is
used to form the about section of the website? It seems like I can only use
unformatted text. Maybe there's an alternate tag to an external HTML snippet?
3. To include clover code coverage reports in my site generation, I always need
to run clover:instrument goal first. (I've already got
<plugin>
<artifactId>maven-clover-plugin</artifactId>
</plugin>
in my pom to include the report). Is there a way I can specify this as an
added task (still using ant terminology) for site generation so I don't need to
include the instrument goal whenever I want to create my site?
Any help is appreciated.
Thanks,
Bryant