[mojo-dev] Re: Keeping Plexus component states persisted accross plugin executions

2014-08-01 Thread Dan Tran
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,

Re: [mojo-dev] Keeping Plexus component states persisted accross plugin executions

2014-08-01 Thread Hervé BOUTEMY
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

[mojo-dev] Re: Keeping Plexus component states persisted accross plugin executions

2014-08-01 Thread Dan Tran
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

[mojo-dev] [jira] (MOJO-2039) Maven 3.2 build error with flatten plugin

2014-08-01 Thread Robert Scholte (JIRA)
Title: Message Title Robert Scholte updated an issue

[mojo-dev] [jira] (MOJO-2039) Maven 3.2.2 build error with flatten plugin

2014-08-01 Thread Robert Scholte (JIRA)
Title: Message Title Robert Scholte updated an issue

[mojo-dev] [jira] (MOJO-2039) Maven 3.2.2 build error with flatten plugin

2014-08-01 Thread Robert Scholte (JIRA)
Title: Message Title Robert Scholte updated an issue

[mojo-dev] [jira] (MOJO-2039) Maven 3.2.2 build error with flatten plugin

2014-08-01 Thread Robert Scholte (JIRA)
Title: Message Title Robert Scholte commented on an issue

[mojo-dev] [jira] (MOJO-2039) Maven 3.2.2 build error with flatten plugin

2014-08-01 Thread Robert Scholte (JIRA)
Title: Message Title Robert Scholte closed an issue as Fixed

[mojo-dev] [jira] (MOJO-2038) Keep plugins with extensions

2014-08-01 Thread Robert Scholte (JIRA)
Title: Message Title Robert Scholte closed an issue as Fixed