Re: Overriding the site plugin

2017-10-15 Thread Hervé BOUTEMY
you found it I'll just add a reference documentation on default lifecycles and plugins/ goals binding: http://maven.apache.org/ref/current/maven-core/lifecycles.html Regards, Hervé Le dimanche 15 octobre 2017, 18:08:31 CEST Mark Raynsford a écrit : > On 2017-10-15T17:02:19 + > > Mark

Re: Overriding the site plugin

2017-10-15 Thread Mark Raynsford
On 2017-10-15T17:02:19 + Mark Raynsford wrote: > > Er, to clarify, I mean that I'd like to execute a new plugin entirely, > not just a different version of the maven-site-plugin. I realized after > I sent the message that it could be interpreted more than one

Re: Overriding the site plugin

2017-10-15 Thread Mark Raynsford
On 2017-10-15T16:54:15 + Mark Raynsford wrote: > > Basically, I'd like to type "mvn site" and get my own plugin instead of > the existing maven-site-plugin. Er, to clarify, I mean that I'd like to execute a new plugin entirely, not just a different version of

Re: Overriding the site plugin

2017-10-15 Thread Russell Gold
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 > wrote: > > Hello. > > When one types "mvn site", it seems that the site plugin that's included > with the local Maven

Overriding the site plugin

2017-10-15 Thread Mark Raynsford
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