I tried this on Win2K, maven RC1.

If this does not work on linux, please see the repository:copy-artifact goal
for how it works...

Oliver
> -----Ursprüngliche Nachricht-----
> Von: Alex Vollmer [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 23. Januar 2004 21:42
> An: Maven Users List
> Betreff: Re: AW: Making plugins a dependency
>
>
> What platform have you tried this on? I found that the way the 'SSH'
> command is executed on Linux in RC1 is broken. Has anyone else had this
> experience?
>
> --Alex V.
>
> On Thu, 2004-01-22 at 23:50, Oliver Nölle wrote:
>
> > > Could you please be a bit more detailed with an example?
> >
> > See the message I posted before, it's a goal that uses
> > repository:copy-artifact
> >
> > Oliver
> >
> > P.S.
> > Here is what I wrote:
> >
> > I wrote the following goal to accomplish what I would have expected a
> > plugin:deploy goal to do:
> >
> > <goal name="plugindeploy"
> >             description="deploys a plugin to the central repository"
> >             prereqs="jar">
> >             <ant:property name="artifact"
> > value="${maven.build.dir}/${maven.final.name}.jar"/>
> >             <ant:property name="groupId" value="${pom.groupId}"/>
> >             <ant:property name="type" value="plugin"/>
> >             <attainGoal name="repository:copy-artifact"/>
> > </goal>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> Alex Vollmer
>
> [EMAIL PROTECTED]
>
> Software Engineer
> Tenzing Communications, Inc.
> 705 Fifth Avenue South, Suite 700
> Seattle, WA 98104 USA
>
> T:  +1 206.607.2869
>
> Bring your laptop and try inflight email on your next United,
> Continental or Cathay Pacific flight. All you need is your laptop, user
> ID, password, and email server URL. Tenzing Communications, Inc.
> provides inflight email systems that help airborne travelers stay in
> touch.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to