On 11/7/06, Brett Porter <[EMAIL PROTECTED]> wrote:
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
Thanks! The sites are published, except for maven-antrun-plugin, which won't build because it can't find maven-invoker-plugin maven-site-plugin, which requires Maven 2.1-SNAPSHOT Also, maven-plugin-plugin needs its parent changed to 4-SNAPSHOT, unless it's like that for a reason. I had trouble with the upload, version 3 must have minotaur.a.o instead of people.a.o in distribution management. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]