we had a similar issue with the javadoc reporting plugin when running mvn site. it would loop over all the modules repeatedly because it runs the aggregate javadoc goal by default. It didn't actually rebuild artefacts twice but it certainly made it look like that. Maybe you can post some of your output.
On Fri, Apr 2, 2010 at 17:30, Maven User <[email protected]> wrote: > Running a build (or even validate) spits out exactly what I'd expect, the > list of modules ordered in the same fashion that they are listed in the > parent pom. > > Cleaning out my repository then re-running however, I can see it loop again. > > Any other suggestions (yes, I know this is horrible, I'm trying to fix it)? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
