On 08/11/2006, at 11:27 AM, Wendy Smoak wrote:

On 11/7/06, Brett Porter <[EMAIL PROTECTED]> wrote:

I think the addition of new documentation outweighs the problems
we'll see from snapshot features, but we should mark them up as we
[see] them.

I agree.  So, who would like to do do the honors and publish the
updated plugin sites?

I'm happy to do it, if no one objects.  Technically, having the
'maven' unix group on minotaur is enough to let any committer publish
the entire Maven site, but there are social boundaries. :)

Go for it!

Since we still have the problem of circular dependencies in there (plugins use the javadoc and other reports, so it can't figure out the right order to build), you can't use the parent to run from, but you can probably do:
mvn -r '*/pom.xml' site-deploy

or
for i in */pom.xml; do mvn -f $i site-deploy; done


(Or, can we get Continuum to publish sites along with snapshots?)

Even better, but a second step :)

- Brett

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

Reply via email to