Andy Jefferson wrote: > Hi all, > > anyone used the multiproject plugin successfully ? > > I have a hierarchy of projects > > my_project/ > my_project/jar_project/ > my_project/war_project/ > my_project/ear_project/ > > In my project.xml at the top level I have registered several reports > including checkstyle, javadoc, license. > > I then run 'maven multiproject' :
> <attainGoal> Goal [xdoc:register-reports] has no action definition. > Total time: 3 minutes 42 seconds I've run into that just yesterday. See http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-574 Make sure that top level project is excluded from multiproject processing, because this is the case of the exception. It should be docummented, and the error should be interecepted and reported in an understandable way. The site (incl. reports) for the top level project will be still generated when it is excluded. On the downside, the navigation.xml that you may have in your top level project's xdocs is ignored completly, so only the reports are visible in that project's docs. I believe that this is fixable - so stay tuned for improvements. Good luck, R. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
