Hi!
Is it possible to communicate between plugins run in the same build?
I would like a "Build Conext" where plugins can set properties/objects for
use by plugins following in execution.
E.g. Plugin A gathers some information that is input for plugin B. Now, I
solve it by having plugin A write to file(s) and this/these then acts as
input for plugin B.
I notice in the generated plugin.xml (see below) that there are some
"interesting" tags (like <instantiationStrategy> and <executionStrategy>),
but I can't seem to find information on these. "Use the source Luke" or is
it available and if so where?
Regards,
Jimisola
<goal>generate</goal>
<description></description>
<requiresDirectInvocation>false</requiresDirectInvocation>
<requiresProject>true</requiresProject>
<requiresReports>false</requiresReports>
<aggregator>false</aggregator>
<requiresOnline>false</requiresOnline>
<inheritedByDefault>true</inheritedByDefault>
<implementation>se.stickybit.maven.plugins.buildinfo.BuildInfoMojo</implementation>
<language>java</language>
<instantiationStrategy>per-lookup</instantiationStrategy>
<executionStrategy>once-per-session</executionStrategy>
Regards,
Jimisola
--
View this message in context:
http://www.nabble.com/Inter-Plugin-communication-tf1937787.html#a5309638
Sent from the Apache Maven Developers List forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]