And that snippet is all I can copy and paste under OS license ;-)
2009/11/9 Stephen Connolly :
> In case you hadn't guessed, I have code for similar ... though it's
> not deploying rpms to an rpm repository, rather deploying a custom
> deployable to a propriatory server ;-)
>
> 2009/11/9 Dan Tran
In case you hadn't guessed, I have code for similar ... though it's
not deploying rpms to an rpm repository, rather deploying a custom
deployable to a propriatory server ;-)
2009/11/9 Dan Tran :
> Stephen, i just typed faster then you in 2 seconds :-)
>
> On Mon, Nov 9, 2009 at 12:59 AM, Stephen C
Thanks for the detailed answer!
i'll look into it and let you know the progress.
Cheers,
Eyal.
On Mon, Nov 9, 2009 at 10:59 AM, Stephen Connolly <
stephen.alan.conno...@gmail.com> wrote:
> It is not that difficult to write your own maven plugin to achieve this.
>
> You'll probably want to depe
Stephen, i just typed faster then you in 2 seconds :-)
On Mon, Nov 9, 2009 at 12:59 AM, Stephen Connolly
wrote:
> It is not that difficult to write your own maven plugin to achieve this.
>
> You'll probably want to depend on JSch.
>
> File transfer via SCP/SFTP is easy with JSch, and then you can
It is not that difficult to write your own maven plugin to achieve this.
You'll probably want to depend on JSch.
File transfer via SCP/SFTP is easy with JSch, and then you can execute
the "make" command to re-index the repository... although you probably
would prefer to skip the "make" and instea
I may want to try using wagon-maven-plugin to ship your rpm to a
location at your yum server. note wagon plugin knows about scp but
not yum infrastructure
On Fri, Nov 6, 2009 at 2:36 PM, eyal edri wrote:
> Hi guys,
>
> i'm just starting to play around with maven as a candidate for our whole
> bu
Hi guys,
i'm just starting to play around with maven as a candidate for our whole
build/deploy system for java applications.
we're been programming so far using Perl, packaging with Rpm on Fedora and
Deploying it though a local yum repository.
We still haven't decided if we could ditch the yum
Hi guys,
i'm just starting to play around with maven as a candidate for our whole
build/deploy system for java applications.
we're been programming so far using Perl, packaging with Rpm on Fedora and
Deploying it though a local yum repository.
We still haven't decided if we could ditch the yum