Have you tried adding the desired maven-site-plugin (with version) as a project dependency?
> On Oct 15, 2017, at 12:54 PM, Mark Raynsford <[email protected]> > wrote: > > Hello. > > When one types "mvn site", it seems that the site plugin that's included > with the local Maven install is executed (which then runs all of the > reports and so on). > > Is it possible to override this plugin (in other words, replace it with > something else) on a per-project basis? > > Basically, I'd like to type "mvn site" and get my own plugin instead of > the existing maven-site-plugin. > > -- > Mark Raynsford | http://www.io7m.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
