You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Anthony Whitford <an...@whitford.com> on 2015/08/27 08:16:58 UTC

Maven Wagon SSH 2.10

Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been waiting for WAGON-413.)


Re: Maven Wagon SSH 2.10

Posted by Dan Tran <da...@gmail.com>.
Since my Centos 7 VM on VirtualBox has unit test failures on wagon-scm (
java 7, maven-3.3.3). I decided to do the release at my windows 7.  The
release went thru, but


  1. It does not push the pom changes
  2. The tag picks up the revision before the release start.
 release:perform ended up building the snapshot again.  So I had to remove
the remote tag

I may need to jump to IRC looking for some help



Thanks

-Dan

On Fri, Sep 4, 2015 at 1:51 AM, Dan Tran <da...@gmail.com> wrote:

> currently encounter test failures at wagon-scm  ( centos--7).!!!
>
> -D
>
>
>
> On Thu, Sep 3, 2015 at 8:30 AM, Dan Tran <da...@gmail.com> wrote:
>
>> Thanks Jason
>>
>> Should have google it myself last night
>> http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone
>>
>> will give it another try
>>
>> -Dan
>>
>> On Thu, Sep 3, 2015 at 4:08 AM, Jason van Zyl <ja...@takari.io> wrote:
>>
>>> If you want to jump in IRC, happy to help.
>>>
>>> > On Sep 3, 2015, at 4:25 AM, Dan Tran <da...@gmail.com> wrote:
>>> >
>>> > My first attempt to cut wagon release endind with this error at
>>> prepare step
>>> >
>>> > [ERROR] Failed to execute goal
>>> > org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare
>>> > (default-cli) on project wagon: Cannot prepare the release because you
>>> > have local modifications :[ERROR]
>>> >
>>> [wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/ScpWagon.java:modified][ERROR]
>>> > -> [Help 1]
>>> >
>>> >
>>> > looks like ScpWagon  line ending get change after checkout.
>>> >
>>> >
>>> > Any suggestion?
>>> >
>>> >
>>> > Thanks
>>> >
>>> >
>>> > -Dan
>>> >
>>> >
>>> > On Wed, Sep 2, 2015 at 3:59 PM, Dan Tran <da...@gmail.com> wrote:
>>> >
>>> >> Hi Karl,
>>> >>
>>> >> My last couple of releases ( via SVN) took me a day which I dont have
>>> >> ATM.  Is it as simple as svn, no additional setup required?
>>> >>
>>> >> Thanks
>>> >>
>>> >> -Dan
>>> >>
>>> >> On Wed, Sep 2, 2015 at 11:58 AM, Karl Heinz Marbaise <
>>> khmarbaise@gmx.de>
>>> >> wrote:
>>> >>
>>> >>> Hi Dan,
>>> >>>
>>> >>> why not doing yourself ?
>>> >>>
>>> >>>
>>> >>> On 9/2/15 12:17 AM, Dan Tran wrote:
>>> >>>
>>> >>>> Hi Karl,
>>> >>>>
>>> >>>> Could you please release this?
>>> >>>>
>>> >>>> Very much appreciated
>>> >>>>
>>> >>>> -Dan
>>> >>>>
>>> >>>> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <
>>> anthony@whitford.com
>>> >>>>>
>>> >>>> wrote:
>>> >>>>
>>> >>>> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
>>> >>>>> waiting for WAGON-413.)
>>> >>>>>
>>> >>>>>
>>> >>>>>
>>> >>>>
>>> >>>
>>> >>> ---------------------------------------------------------------------
>>> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> >>> For additional commands, e-mail: dev-help@maven.apache.org
>>> >>>
>>> >>>
>>> >>
>>>
>>> Thanks,
>>>
>>> Jason
>>>
>>> ----------------------------------------------------------
>>> Jason van Zyl
>>> Founder, Takari and Apache Maven
>>> http://twitter.com/jvanzyl
>>> http://twitter.com/takari_io
>>> ---------------------------------------------------------
>>>
>>> We all have problems. How we deal with them is a measure of our worth.
>>>
>>>  -- Unknown
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>
>

Re: Maven Wagon SSH 2.10

Posted by Dan Tran <da...@gmail.com>.
currently encounter test failures at wagon-scm  ( centos--7).!!!

-D



On Thu, Sep 3, 2015 at 8:30 AM, Dan Tran <da...@gmail.com> wrote:

> Thanks Jason
>
> Should have google it myself last night
> http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone
>
> will give it another try
>
> -Dan
>
> On Thu, Sep 3, 2015 at 4:08 AM, Jason van Zyl <ja...@takari.io> wrote:
>
>> If you want to jump in IRC, happy to help.
>>
>> > On Sep 3, 2015, at 4:25 AM, Dan Tran <da...@gmail.com> wrote:
>> >
>> > My first attempt to cut wagon release endind with this error at prepare
>> step
>> >
>> > [ERROR] Failed to execute goal
>> > org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare
>> > (default-cli) on project wagon: Cannot prepare the release because you
>> > have local modifications :[ERROR]
>> >
>> [wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/ScpWagon.java:modified][ERROR]
>> > -> [Help 1]
>> >
>> >
>> > looks like ScpWagon  line ending get change after checkout.
>> >
>> >
>> > Any suggestion?
>> >
>> >
>> > Thanks
>> >
>> >
>> > -Dan
>> >
>> >
>> > On Wed, Sep 2, 2015 at 3:59 PM, Dan Tran <da...@gmail.com> wrote:
>> >
>> >> Hi Karl,
>> >>
>> >> My last couple of releases ( via SVN) took me a day which I dont have
>> >> ATM.  Is it as simple as svn, no additional setup required?
>> >>
>> >> Thanks
>> >>
>> >> -Dan
>> >>
>> >> On Wed, Sep 2, 2015 at 11:58 AM, Karl Heinz Marbaise <
>> khmarbaise@gmx.de>
>> >> wrote:
>> >>
>> >>> Hi Dan,
>> >>>
>> >>> why not doing yourself ?
>> >>>
>> >>>
>> >>> On 9/2/15 12:17 AM, Dan Tran wrote:
>> >>>
>> >>>> Hi Karl,
>> >>>>
>> >>>> Could you please release this?
>> >>>>
>> >>>> Very much appreciated
>> >>>>
>> >>>> -Dan
>> >>>>
>> >>>> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <
>> anthony@whitford.com
>> >>>>>
>> >>>> wrote:
>> >>>>
>> >>>> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
>> >>>>> waiting for WAGON-413.)
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >>> For additional commands, e-mail: dev-help@maven.apache.org
>> >>>
>> >>>
>> >>
>>
>> Thanks,
>>
>> Jason
>>
>> ----------------------------------------------------------
>> Jason van Zyl
>> Founder, Takari and Apache Maven
>> http://twitter.com/jvanzyl
>> http://twitter.com/takari_io
>> ---------------------------------------------------------
>>
>> We all have problems. How we deal with them is a measure of our worth.
>>
>>  -- Unknown
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>

Re: Maven Wagon SSH 2.10

Posted by Dan Tran <da...@gmail.com>.
Thanks Jason

Should have google it myself last night
http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone

will give it another try

-Dan

On Thu, Sep 3, 2015 at 4:08 AM, Jason van Zyl <ja...@takari.io> wrote:

> If you want to jump in IRC, happy to help.
>
> > On Sep 3, 2015, at 4:25 AM, Dan Tran <da...@gmail.com> wrote:
> >
> > My first attempt to cut wagon release endind with this error at prepare
> step
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare
> > (default-cli) on project wagon: Cannot prepare the release because you
> > have local modifications :[ERROR]
> >
> [wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/ScpWagon.java:modified][ERROR]
> > -> [Help 1]
> >
> >
> > looks like ScpWagon  line ending get change after checkout.
> >
> >
> > Any suggestion?
> >
> >
> > Thanks
> >
> >
> > -Dan
> >
> >
> > On Wed, Sep 2, 2015 at 3:59 PM, Dan Tran <da...@gmail.com> wrote:
> >
> >> Hi Karl,
> >>
> >> My last couple of releases ( via SVN) took me a day which I dont have
> >> ATM.  Is it as simple as svn, no additional setup required?
> >>
> >> Thanks
> >>
> >> -Dan
> >>
> >> On Wed, Sep 2, 2015 at 11:58 AM, Karl Heinz Marbaise <khmarbaise@gmx.de
> >
> >> wrote:
> >>
> >>> Hi Dan,
> >>>
> >>> why not doing yourself ?
> >>>
> >>>
> >>> On 9/2/15 12:17 AM, Dan Tran wrote:
> >>>
> >>>> Hi Karl,
> >>>>
> >>>> Could you please release this?
> >>>>
> >>>> Very much appreciated
> >>>>
> >>>> -Dan
> >>>>
> >>>> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <
> anthony@whitford.com
> >>>>>
> >>>> wrote:
> >>>>
> >>>> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
> >>>>> waiting for WAGON-413.)
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >>> For additional commands, e-mail: dev-help@maven.apache.org
> >>>
> >>>
> >>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder, Takari and Apache Maven
> http://twitter.com/jvanzyl
> http://twitter.com/takari_io
> ---------------------------------------------------------
>
> We all have problems. How we deal with them is a measure of our worth.
>
>  -- Unknown
>
>
>
>
>
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: Maven Wagon SSH 2.10

Posted by Jason van Zyl <ja...@takari.io>.
If you want to jump in IRC, happy to help.

> On Sep 3, 2015, at 4:25 AM, Dan Tran <da...@gmail.com> wrote:
> 
> My first attempt to cut wagon release endind with this error at prepare step
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare
> (default-cli) on project wagon: Cannot prepare the release because you
> have local modifications :[ERROR]
> [wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/ScpWagon.java:modified][ERROR]
> -> [Help 1]
> 
> 
> looks like ScpWagon  line ending get change after checkout.
> 
> 
> Any suggestion?
> 
> 
> Thanks
> 
> 
> -Dan
> 
> 
> On Wed, Sep 2, 2015 at 3:59 PM, Dan Tran <da...@gmail.com> wrote:
> 
>> Hi Karl,
>> 
>> My last couple of releases ( via SVN) took me a day which I dont have
>> ATM.  Is it as simple as svn, no additional setup required?
>> 
>> Thanks
>> 
>> -Dan
>> 
>> On Wed, Sep 2, 2015 at 11:58 AM, Karl Heinz Marbaise <kh...@gmx.de>
>> wrote:
>> 
>>> Hi Dan,
>>> 
>>> why not doing yourself ?
>>> 
>>> 
>>> On 9/2/15 12:17 AM, Dan Tran wrote:
>>> 
>>>> Hi Karl,
>>>> 
>>>> Could you please release this?
>>>> 
>>>> Very much appreciated
>>>> 
>>>> -Dan
>>>> 
>>>> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <anthony@whitford.com
>>>>> 
>>>> wrote:
>>>> 
>>>> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
>>>>> waiting for WAGON-413.)
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>> 
>>> 
>> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

We all have problems. How we deal with them is a measure of our worth.

 -- Unknown













---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Maven Wagon SSH 2.10

Posted by Dan Tran <da...@gmail.com>.
My first attempt to cut wagon release endind with this error at prepare step

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare
(default-cli) on project wagon: Cannot prepare the release because you
have local modifications :[ERROR]
[wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/ScpWagon.java:modified][ERROR]
-> [Help 1]


looks like ScpWagon  line ending get change after checkout.


Any suggestion?


Thanks


-Dan


On Wed, Sep 2, 2015 at 3:59 PM, Dan Tran <da...@gmail.com> wrote:

> Hi Karl,
>
> My last couple of releases ( via SVN) took me a day which I dont have
> ATM.  Is it as simple as svn, no additional setup required?
>
> Thanks
>
> -Dan
>
> On Wed, Sep 2, 2015 at 11:58 AM, Karl Heinz Marbaise <kh...@gmx.de>
> wrote:
>
>> Hi Dan,
>>
>> why not doing yourself ?
>>
>>
>> On 9/2/15 12:17 AM, Dan Tran wrote:
>>
>>> Hi Karl,
>>>
>>> Could you please release this?
>>>
>>> Very much appreciated
>>>
>>> -Dan
>>>
>>> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <anthony@whitford.com
>>> >
>>> wrote:
>>>
>>> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
>>>> waiting for WAGON-413.)
>>>>
>>>>
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>

Re: Maven Wagon SSH 2.10

Posted by Dan Tran <da...@gmail.com>.
Hi Karl,

My last couple of releases ( via SVN) took me a day which I dont have ATM.
Is it as simple as svn, no additional setup required?

Thanks

-Dan

On Wed, Sep 2, 2015 at 11:58 AM, Karl Heinz Marbaise <kh...@gmx.de>
wrote:

> Hi Dan,
>
> why not doing yourself ?
>
>
> On 9/2/15 12:17 AM, Dan Tran wrote:
>
>> Hi Karl,
>>
>> Could you please release this?
>>
>> Very much appreciated
>>
>> -Dan
>>
>> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <an...@whitford.com>
>> wrote:
>>
>> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
>>> waiting for WAGON-413.)
>>>
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: Maven Wagon SSH 2.10

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Dan,

why not doing yourself ?

On 9/2/15 12:17 AM, Dan Tran wrote:
> Hi Karl,
>
> Could you please release this?
>
> Very much appreciated
>
> -Dan
>
> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <an...@whitford.com>
> wrote:
>
>> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
>> waiting for WAGON-413.)
>>
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Maven Wagon SSH 2.10

Posted by Dan Tran <da...@gmail.com>.
Hi Karl,

Could you please release this?

Very much appreciated

-Dan

On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <an...@whitford.com>
wrote:

> Any chance we could get a Maven Wagon SSH 2.10 release?  (I’ve been
> waiting for WAGON-413.)
>
>