Stephen Connolly wrote:
Add an interfacepublic interface MavenSessionAware { public void setMavenSession(MavenSession session); public MavenSession getMavenSession(); } and make the impl additionally implement the MavenSessionAware interface?
If you refer to the impl of ToolchainManagerPrivate, this doesn't solve the problem. The aim is to make this component stateless.
Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
