Setting up release of maven-scm

2014-09-12 Thread Benson Margulies
I will post up a vote some time in the next 24 hours.

Re: Building maven-scm

2014-09-12 Thread Benson Margulies
On Fri, Sep 12, 2014 at 4:51 PM, Karl Heinz Marbaise wrote: > Hi Benson, > > On 9/12/14 10:36 PM, Benson Margulies wrote: > >> On my mac, using maven 3.0.4, the master of maven-scm gets a bazillion >> unit >> test failures on "Maven SCM Subversion Provider - SVN Executable Impl.". >> >> Is there

Re: Building maven-scm

2014-09-12 Thread Karl Heinz Marbaise
Hi Benson, On 9/12/14 10:36 PM, Benson Margulies wrote: On my mac, using maven 3.0.4, the master of maven-scm gets a bazillion unit test failures on "Maven SCM Subversion Provider - SVN Executable Impl.". Is there something I need to know? Which version of SVN command line client do you have

Building maven-scm

2014-09-12 Thread Benson Margulies
On my mac, using maven 3.0.4, the master of maven-scm gets a bazillion unit test failures on "Maven SCM Subversion Provider - SVN Executable Impl.". Is there something I need to know? Am I likelier to be cheerful on Linux?

Re: Replacing plexus-archiver with commons-compress?

2014-09-12 Thread Stefan Bodewig
On 2014-09-12, Kristian Rosenvold wrote: > The archivers in use are actually not visible to the clients of > plexus-archiver, and I was intending to find out to which extent the > abstractions in plexus-archiver leak and hence expose the innards into > client code (ugly casts and similar come to m

Early Access builds for JDK 9 b29 and JDK 8u40 b05 are available on java.net

2014-09-12 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Robert,Kristian, Early Access build for JDK 9 b29 is available on java.net, summary of changes are listed here Early Access build for JDK 8u40 b05 is available

Re: Replacing plexus-archiver with commons-compress?

2014-09-12 Thread Kristian Rosenvold
Great stuff; I had to dig around quite a lot to determine slight changes in parameter names, now we ask you if we're in doubt:) I ditched my first two attempts at converting to commons-compress,the patch you're looking at now is take 3. I think that the way to go with this stuff is to convert *all

Re: Replacing plexus-archiver with commons-compress?

2014-09-12 Thread Stefan Bodewig
On 2014-09-12, Kristian Rosenvold wrote: > The thing with the patch was that it took me some time to figure out > "at what level" plexus-archiver and commons compress were > "compatible"; we are after all talking about code > with the same ancient origins. I'm really just a lurker on this list bu