Ping
On Thursday, July 31, 2014, Dan Tran wrote:
>
> Hi
>
> my P4Maven - a Maven SCM providers - has plexus component singleton with
> states, and I would like to have the states to persist across multiple
> plugins executions ( maven-scm-plugin, maven-release-plugin,
> buildnumber-maven-plugin,
I don't really have sample code
but the principle is just that an extension wil be loaded in core classloader,
which is unique, instead in each plugin's classloader, which leads to multiple
singleton (since this isn't JVM singleton but classloader singleton)
then I suppose that just declaring yo
Hi Herve
How do I declare my singleton component in an extension?
Many thanks
-d
On Friday, August 1, 2014, Hervé BOUTEMY wrote:
> I don't really have sample code
> but the principle is just that an extension wil be loaded in core
> classloader,
> which is unique, instead in each plugin's cla
Title: Message Title
Robert Scholte updated an issue
Title: Message Title
Robert Scholte updated an issue
Title: Message Title
Robert Scholte updated an issue
Title: Message Title
Robert Scholte commented on an issue
Title: Message Title
Robert Scholte closed an issue as Fixed
Title: Message Title
Robert Scholte closed an issue as Fixed