Re: plexus components

2014-08-01 Thread Benson Margulies
On Fri, Aug 1, 2014 at 3:36 PM, Hervé BOUTEMY wrote: > great, thank you Brian > I'd like to have this discussion about moving these to the Maven project, but > I'm leaving for vacation now so it'll have to wait for a few weeks :) > > Is there a git guru available to split actual plexus-component m

Re: plexus components

2014-08-01 Thread Hervé BOUTEMY
great, thank you Brian I'd like to have this discussion about moving these to the Maven project, but I'm leaving for vacation now so it'll have to wait for a few weeks :) Is there a git guru available to split actual plexus-component modules to the target repositories, of course without loosing

Re: plexus components

2014-08-01 Thread Brian Fox
Hi Herve, this is all set. I didn't split any code but the new repos are available and added to the plexus team in github. We should have a discussion on where the proper hosting location for this really is. If we want to move this to the maven project, I would support that. On Fri, Aug 1, 2014 a

Re: Keeping Plexus component states persisted accross plugin executions

2014-08-01 Thread Dan Tran
So far it looks to me it is as simple as setting true to my project's build-->plugins-->plugin ( in this case maven-scm-plugin ). It not working. Perhaps I need to do some MANIFEST setup at my component? -D here the Herve' s response at mojo-dev you use either build/extensions/extension[1] or

Re: Maven 3.2.3

2014-08-01 Thread Jason van Zyl
I am going to implement https://jira.codehaus.org/browse/MNG-4645 and then cut the release. In light of the given SSL discussions I think it needs to be easy to switch the primary URL without us having to change the DNS, or fiddle with the core. This should externalized as a parameter. I'll try

Re: Maven Developer Hangout Summary (2014-07-31)

2014-08-01 Thread Jeff Jensen
Awesome! Thank you very much for the summary. On Fri, Aug 1, 2014 at 7:56 AM, Jason van Zyl wrote: > Here's a short summary of yesterdays discussion: > > --- > > Manfred Moser > > 1) Alternative verifier use in maven-android-plugin for testing. Igor > created an alternative verifier for use in

Maven Developer Hangout Summary (2014-07-31)

2014-08-01 Thread Jason van Zyl
Here's a short summary of yesterdays discussion: --- Manfred Moser 1) Alternative verifier use in maven-android-plugin for testing. Igor created an alternative verifier for use inside of M2E for integration testing that allows an integration test to be run from within Eclipse without having to

plexus components

2014-08-01 Thread Hervé BOUTEMY
Hi, While working on Checkstyle, I need to fix concurrency issues on plexus- resources, but actual SCM situation doesn't permit it since it's in github but not in its own repository. Then I reworked the overall situation overview of plexus-components [1], since this one is not the only one. If

Re: Keeping Plexus component states persisted accross plugin executions

2014-08-01 Thread Hervé BOUTEMY
I replied on mojo (didn't see the cross-post) any help appreciated to improve the documentation :) Regards, Hervé Le vendredi 1 août 2014 11:05:43 dirk.mah...@buschmais.com a écrit : > +1 from my side (see my questi. > > I tried using an extension for the question I asked some days ago > (http

Re: Keeping Plexus component states persisted accross plugin executions

2014-08-01 Thread dirk . mahler
+1 from my side (see my questi. I tried using an extension for the question I asked some days ago (http://mail-archives.apache.org/mod_mbox/maven-dev/201407.mbox/%3Ca2133e028cf3c18c539eac4d6cf42ed9.squirrel%40webmail.buschmais.com%3E) but it seems not trivial - I ran into several classloading issu

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,