You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Arik Kfir <ar...@gmail.com> on 2005/12/30 19:15:54 UTC

[m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

Hi,

The IT tests fail with exceptions stating that "Unsupported Protocol:
'scpexe': Cannot find wagon which supports the requested protocol:
scpexe"

Of course they're right since the wagon ssh-external is not bundled by
default in maven. The question is: why? It's only a few kb and the
benefit is cool...

To reproduce, make sure the scpexe-repo is in an active profile.

--
Regards,
    _____________________________________
    Arik Kfir                    arikkfir@gmail.com

Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

Posted by Arik Kfir <ar...@gmail.com>.
sure: http://jira.codehaus.org/browse/MNG-1907

On 12/30/05, Brett Porter <br...@gmail.com> wrote:
> can you put it in JIRA?
>
> On 12/31/05, Arik Kfir <ar...@gmail.com> wrote:
> > any chance it would be bundled in 2.0.2?
> >
> > On 12/30/05, Brett Porter <br...@gmail.com> wrote:
> > > I guess all of the integration tests should override settings.xml. Bit
> > > of a pain WRT local repository and all though.
> > >
> > > I agree that bundling scpexe might be a wise choice.
> > >
> > > - Brett
> > >
> > > On 12/31/05, Arik Kfir <ar...@gmail.com> wrote:
> > > > Hi,
> > > >
> > > > The IT tests fail with exceptions stating that "Unsupported Protocol:
> > > > 'scpexe': Cannot find wagon which supports the requested protocol:
> > > > scpexe"
> > > >
> > > > Of course they're right since the wagon ssh-external is not bundled by
> > > > default in maven. The question is: why? It's only a few kb and the
> > > > benefit is cool...
> > > >
> > > > To reproduce, make sure the scpexe-repo is in an active profile.
> > > >
> > > > --
> > > > Regards,
> > > >     _____________________________________
> > > >     Arik Kfir                    arikkfir@gmail.com
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
> >
> > --
> > Regards,
> >     _____________________________________
> >     Arik Kfir                    arikkfir@gmail.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
Regards,
    _____________________________________
    Arik Kfir                    arikkfir@gmail.com

Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

Posted by Brett Porter <br...@gmail.com>.
can you put it in JIRA?

On 12/31/05, Arik Kfir <ar...@gmail.com> wrote:
> any chance it would be bundled in 2.0.2?
>
> On 12/30/05, Brett Porter <br...@gmail.com> wrote:
> > I guess all of the integration tests should override settings.xml. Bit
> > of a pain WRT local repository and all though.
> >
> > I agree that bundling scpexe might be a wise choice.
> >
> > - Brett
> >
> > On 12/31/05, Arik Kfir <ar...@gmail.com> wrote:
> > > Hi,
> > >
> > > The IT tests fail with exceptions stating that "Unsupported Protocol:
> > > 'scpexe': Cannot find wagon which supports the requested protocol:
> > > scpexe"
> > >
> > > Of course they're right since the wagon ssh-external is not bundled by
> > > default in maven. The question is: why? It's only a few kb and the
> > > benefit is cool...
> > >
> > > To reproduce, make sure the scpexe-repo is in an active profile.
> > >
> > > --
> > > Regards,
> > >     _____________________________________
> > >     Arik Kfir                    arikkfir@gmail.com
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> --
> Regards,
>     _____________________________________
>     Arik Kfir                    arikkfir@gmail.com
>

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


Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

Posted by Arik Kfir <ar...@gmail.com>.
any chance it would be bundled in 2.0.2?

On 12/30/05, Brett Porter <br...@gmail.com> wrote:
> I guess all of the integration tests should override settings.xml. Bit
> of a pain WRT local repository and all though.
>
> I agree that bundling scpexe might be a wise choice.
>
> - Brett
>
> On 12/31/05, Arik Kfir <ar...@gmail.com> wrote:
> > Hi,
> >
> > The IT tests fail with exceptions stating that "Unsupported Protocol:
> > 'scpexe': Cannot find wagon which supports the requested protocol:
> > scpexe"
> >
> > Of course they're right since the wagon ssh-external is not bundled by
> > default in maven. The question is: why? It's only a few kb and the
> > benefit is cool...
> >
> > To reproduce, make sure the scpexe-repo is in an active profile.
> >
> > --
> > Regards,
> >     _____________________________________
> >     Arik Kfir                    arikkfir@gmail.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


--
Regards,
    _____________________________________
    Arik Kfir                    arikkfir@gmail.com

Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

Posted by Brett Porter <br...@gmail.com>.
I guess all of the integration tests should override settings.xml. Bit
of a pain WRT local repository and all though.

I agree that bundling scpexe might be a wise choice.

- Brett

On 12/31/05, Arik Kfir <ar...@gmail.com> wrote:
> Hi,
>
> The IT tests fail with exceptions stating that "Unsupported Protocol:
> 'scpexe': Cannot find wagon which supports the requested protocol:
> scpexe"
>
> Of course they're right since the wagon ssh-external is not bundled by
> default in maven. The question is: why? It's only a few kb and the
> benefit is cool...
>
> To reproduce, make sure the scpexe-repo is in an active profile.
>
> --
> Regards,
>     _____________________________________
>     Arik Kfir                    arikkfir@gmail.com
>

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