Hi,
I'm trying to learn how to set-up a project that uses Maven to generate the
Site for it. In my attempt to find an example, I grabbed the source for
Geronimo. I was able to build just fine, but when i try to do a
maven site:generate
I get the following error:
BUILD FAILED
File...... C:\incubator-geronimo-1.0-M1\maven.xml
Element... maven:reactor
Line...... 184
Column.... 27
Unable to obtain goal [site] -- C:\Documents and Settings\willpugh\.maven\plugin
s\maven-xdoc-plugin-1.7.1\plugin.jelly:686:48: <attainGoal> No goal [maven-statc
vs-plugin:register]
So I have two questsion:
1) Should I be able to do this with the Geronimo source base?
2) Is there a simpler example for Maven to be able to do this?
I'm super new to Maven, so forgive me if I'm missing something obvious. I just
downloaded both of these yesterday, so the versions I'm on should be the most
recent.
Thanks,
--Will