Good day to you, Arnaud, Thanks for the correction :-) my eyes must be playing tricks on me :-P hehehe :-D
Anyway, I'm not sure though if another goal would be bound to the same phase as instrumentInternal. Though I haven't really disected the code to its very core, the architecture provided in [1] seems to indicate that it is forked to its own lifecycle (clover lifecycle). But I haven't trace that part yet where forking happens so I'm not sure if that architectural design is still updated. Thanks, Franz [1] http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clover-plugin/src/site/resources/images/ Arnaud Bailly-3 wrote: > > franz see <[EMAIL PROTECTED]> writes: > >> Good day to you, Arnaud, >> >> Ah, yes :-) Thank you for that example :-) the maven-clover-plugin's (see >> [1]) instrumentInternal goal is bound to the process-sources phase. Not >> sure >> though how it works :-) > > Good day to you too, > > Unfortunately, the example is nice but flawed :-( The > maven-clover-plugin is not bound anywhere to the process-sources phase > but to the generate-sources phase. That raises the issue of knowing > what happens if the plugin is run before another plugin that generates > sources. > > But any plugin that need to do some blakc magic on the sources (AOP, > annotations processing, refactoring, obfuscation,...) may be bound to > this phase as this entails managing both "manual" and "generated" > sources. > > regards, > > -- > OQube < software engineering \ génie logiciel > > Arnaud Bailly, Dr. > \web> http://www.oqube.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/We-need-some-explanation-...-tf2579501s177.html#a7195147 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
